summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6001669..09194f3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -46,7 +46,7 @@ ifeq ($(TRACE),1)
endif
ifneq ($(DEBUG),1)
- OPTFLAGS += -O3
+ OPTFLAGS += -O0
else
CXXFLAGS +=
endif