From a43fcacd18218cb3d8a232db81b3540745c7b47c Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 18 Oct 2016 00:27:16 -0700 Subject: reenable -fhex-asm (note: requires new agbcc.exe) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3