mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-12-03 11:00:51 +00:00
partial fix @intns
This commit is contained in:
parent
9766f52cd2
commit
1934f2eacc
2
Makefile
2
Makefile
@ -84,7 +84,7 @@ INCLUDES := -i include/
|
||||
|
||||
ASFLAGS := -mgekko -I include/
|
||||
LDFLAGS := -map $(MAP) -fp hard -nodefaults
|
||||
CFLAGS := -Cpp_exceptions off -proc gekko -fp hard -fp_contract on -rostr -O4,p -sdata 8 -sdata2 8 -nodefaults -msgstyle gcc $(INCLUDES)
|
||||
CFLAGS := -Cpp_exceptions off -proc gekko -RTTI off -fp hard -fp_contract on -rostr -O4,p -sdata 8 -sdata2 8 -nodefaults -msgstyle gcc $(INCLUDES)
|
||||
|
||||
# for postprocess.py
|
||||
PROCFLAGS := -fsymbol-fixup
|
||||
|
3164
asm/data.s
3164
asm/data.s
File diff suppressed because it is too large
Load Diff
3162
asm/data_1.s
Normal file
3162
asm/data_1.s
Normal file
File diff suppressed because it is too large
Load Diff
@ -1164,3 +1164,4 @@ TEXT_O_FILES:=\
|
||||
|
||||
GROUP_1_FILES:=\
|
||||
$(BUILD_DIR)/asm/rodata_2.o\
|
||||
$(BUILD_DIR)/asm/data_1.o\
|
||||
|
Loading…
Reference in New Issue
Block a user