summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-25 15:24:04 -0700
committerYamaArashi <shadow962@live.com>2016-09-25 15:24:04 -0700
commit653724c79bb0cca9e79cc46c189d2cb5e69dfdae (patch)
treead7fefe5abbb40edea50e1e48b64239d43336bd2 /Makefile
parenta5727f581bb76e0a2240f3a352204689d18a25e2 (diff)
generate debug info
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6485d44f1..811e4610e 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 -O2
+CFLAGS := -mthumb-interwork -O2 -g
CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp
CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef