summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 682002b..3f23d71 100644
--- a/config.mk
+++ b/config.mk
@@ -5,7 +5,7 @@ LD=cc
CFLAGS += -pipe
CFLAGS += -Wall -Wextra -pedantic
-CFLAGS += -O3 -g
+CFLAGS += -O0 -g
# ======================== CONFIG OPTIONS ==
#