diff options
author | YamaArashi <shadow962@live.com> | 2016-10-18 00:27:16 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-18 00:27:16 -0700 |
commit | a43fcacd18218cb3d8a232db81b3540745c7b47c (patch) | |
tree | e52aa504c5bc1e1e0aaf1b57530dd4443897c012 | |
parent | cf34b11e46a44d87cd755ae55743f6e9f77defd5 (diff) |
reenable -fhex-asm (note: requires new agbcc.exe)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |