diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-25 21:30:25 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-25 21:36:27 -0400 |
commit | fc0f4d2c89040c868df82d0da5bfdfc492ea05d4 (patch) | |
tree | da4fbbebc09c86e15a2a5a732a8f8561d038aa48 /arm9 | |
parent | 442bb98553233bd38d6117d58df82d30bb83872a (diff) |
No need for multiple copies of baserom.nds
Diffstat (limited to 'arm9')
-rw-r--r-- | arm9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index 5c6b4fda..d97cfb95 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -79,7 +79,7 @@ OBJDUMP := $(CROSS)objdump OBJCOPY := $(CROSS)objcopy # ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o -ASFLAGS = -proc arm5te +ASFLAGS = -proc arm5te -i .. CFLAGS = -O4,p -proc v5te -thumb -fp soft -lang c99 -Cpp_exceptions off -ir ../include LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m _start |