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