summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-18 00:27:16 -0700
committerYamaArashi <shadow962@live.com>2016-10-18 00:27:16 -0700
commita43fcacd18218cb3d8a232db81b3540745c7b47c (patch)
treee52aa504c5bc1e1e0aaf1b57530dd4443897c012
parentcf34b11e46a44d87cd755ae55743f6e9f77defd5 (diff)
reenable -fhex-asm (note: requires new agbcc.exe)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 064f68f35..439f2fb82 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ AS := $(DEVKITARM)/bin/arm-none-eabi-as
ASFLAGS := -mcpu=arm7tdmi
CC1 := tools/agbcc/bin/agbcc
-CFLAGS := -mthumb-interwork -Wimplicit -O2 -g
+CFLAGS := -mthumb-interwork -Wimplicit -O2 -g -fhex-asm
CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp
CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef