summarylogtreecommitdiffstats
path: root/dont-override-opt-level.patch
blob: bd338cfbe7436b01c12e7670c342b4a65ce42bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@
 ifeq ($(VALGRIND),1)
 	CFLAGS_OPT_LEVEL = -O0
 endif
-override CFLAGS += $(CFLAGS_OPT_LEVEL)
+#override CFLAGS += $(CFLAGS_OPT_LEVEL)

 ifeq ($(DEBUG),1)
 	# We always add -g, so this only has to enable assertion checking