summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-17 23:49:18 -0700
committerYamaArashi <shadow962@live.com>2016-10-17 23:49:18 -0700
commitcf34b11e46a44d87cd755ae55743f6e9f77defd5 (patch)
tree7ada55562c3e9debbc5286db6fc178b9aa5817c2 /Makefile
parentb52494be04c2fd233db5b81bc53ef2f653ac7ff3 (diff)
put vars in gSaveBlock1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 439f2fb82..064f68f35 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 -fhex-asm
+CFLAGS := -mthumb-interwork -Wimplicit -O2 -g
CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp
CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef