summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-20 10:23:05 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-20 10:23:05 -0400
commitd866013b4e5e57f185c45ede44b38cb4d654fed4 (patch)
tree1a2cd40d3299b567c7addb1364ca424105079106 /Makefile
parent4c5e3502439e56b2e56ff1aad13c4a385448badb (diff)
update mwasmarm patcher and decompile string_util.c (thanks Demki)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57488dfb..a6fd5e69 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,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 -i nitro
+CFLAGS = -O4,p -proc v5te -thumb -fp soft -lang c99 -Cpp_exceptions off -i nitro
LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m Entry
####################### Other Tools #########################