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 369ad26..0310567 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ CFLAGS += $(INC_FLAGS)
44CFLAGS += $(CONFIG) 44CFLAGS += $(CONFIG)
45LDFLAGS := $(ARCH) $(SPECS) 45LDFLAGS := $(ARCH) $(SPECS)
46LDLIBS := $(LIBGBA) 46LDLIBS := $(LIBGBA)
47RELEASE_CFLAGS := -DNDEBUG -O3 47RELEASE_CFLAGS := -DNDEBUG -O2
48DEBUG_CFLAGS := -DDEBUG -O2 -g 48DEBUG_CFLAGS := -DDEBUG -O2 -g
49 49
50.PHONY: clean run 50.PHONY: clean run