aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07b662b..89f64a2 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ CFLAGS += -mcpu=arm7tdmi -mtune=arm7tdmi $(ARCH)
37CFLAGS += -I$(LIBGBA_SRC) 37CFLAGS += -I$(LIBGBA_SRC)
38LDFLAGS := $(ARCH) $(SPECS) 38LDFLAGS := $(ARCH) $(SPECS)
39LDLIBS := $(LIBGBA) 39LDLIBS := $(LIBGBA)
40RELEASE_CFLAGS := -DNDEBUG -O2 -g 40RELEASE_CFLAGS := -DNDEBUG -O2
41DEBUG_CFLAGS := -DDEBUG -O2 -g 41DEBUG_CFLAGS := -DDEBUG -O2 -g
42 42
43.PHONY: clean run 43.PHONY: clean run