diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-19 00:02:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 00:02:47 +0300 |
commit | 41317a2b7625919ebba39c06b5aaf9e3b0800b1d (patch) | |
tree | 1780ce6f8ee57a163b95beaa99e45e6aed776346 /arm9/Makefile | |
parent | e3077928198b2f51854812bcd04e1ebe1e6112f5 (diff) | |
parent | a455bac566535ec559aac9164e05781093653057 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'arm9/Makefile')
-rw-r--r-- | arm9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index 71d2ef93..5d8741ba 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -184,7 +184,7 @@ OBJCOPY := $(CROSS)objcopy # ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o ASFLAGS = -proc arm5te -i ../include -i .. -CFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) +CFLAGS = -O4,p -gccext,on -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) CXXFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) LDFLAGS = -nodead -w off -proc v5te -interworking -map closure,unused -symtab sort -m _start # LIBS := -Llib -lsyscall |