summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-18 19:36:30 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-18 19:36:30 -0400
commitd8023c624dee2afdbf05df33c33f4bcd88faa68f (patch)
treefbfa295e7dafbcb1ef8b089c6e8bfb64d6119096 /Makefile
parent52d0f35f94bc2ebd1828019d9a871d5ac5c224b1 (diff)
include flags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3a55325..1d2997e5 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ OBJCOPY := $(CROSS)objcopy
# ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o
ASFLAGS = -proc arm5te
-CFLAGS = -O4,p -proc v5te -thumb -fp soft -lang c -Cpp_exceptions off -interworking
+CFLAGS = -O4,p -proc v5te -thumb -fp soft -lang c -Cpp_exceptions off -interworking -i nitro
####################### Other Tools #########################