mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-06-10 18:21:05 +00:00
add -Wno-error=incompatible-pointer-types to patches
This commit is contained in:
parent
5de9680e8f
commit
3fedbea311
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit df7e820d8c55e4fcb4616c210cbb2c01b25cd48c
|
||||
Subproject commit 46b7a37a4c572b85fa6ef80986ed0af96d4857e7
|
||||
|
|
@ -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