mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-06-10 18:21:05 +00:00
Merge 25547a0eb0 into 1a9c26613c
This commit is contained in:
commit
86f4ea15d2
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit df7e820d8c55e4fcb4616c210cbb2c01b25cd48c
|
||||
Subproject commit 46b7a37a4c572b85fa6ef80986ed0af96d4857e7
|
||||
2
lib/rt64
2
lib/rt64
|
|
@ -1 +1 @@
|
|||
Subproject commit 23cab603c4f9f4a8b369b38e036f1aa484603878
|
||||
Subproject commit 9ea148962c2c97c4ecc8decb742a8a14de357ecc
|
||||
|
|
@ -5,7 +5,7 @@ LD ?= ld.lld
|
|||
|
||||
CFLAGS := -target mips -mips2 -mabi=32 -O2 -G0 -mno-abicalls -mno-odd-spreg -mno-check-zero-division \
|
||||
-fomit-frame-pointer -ffast-math -fno-unsafe-math-optimizations -fno-builtin-memset \
|
||||
-Wall -Wextra -Wno-incompatible-library-redeclaration -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-variable -Wno-missing-braces -Wno-unsupported-floating-point-opt
|
||||
-Wall -Wextra -Wno-incompatible-library-redeclaration -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-variable -Wno-missing-braces -Wno-unsupported-floating-point-opt -Wno-error=incompatible-pointer-types
|
||||
CPPFLAGS := -nostdinc -D_LANGUAGE_C -DMIPS -I dummy_headers -I ../lib/mm-decomp/include -I ../lib/mm-decomp/src -I ../lib/mm-decomp/assets -I../lib/rt64/include
|
||||
LDFLAGS := -nostdlib -T patches.ld -T syms.ld -Map patches.map --unresolved-symbols=ignore-all --emit-relocs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue