summaryrefslogtreecommitdiff
blob: 97a806ba3414222c57449034428b4905bcf6b46f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 037d38f..7c85403 100644
--- a/Makefile
+++ b/Makefile
@@ -97,8 +97,6 @@ endif
 ifeq ($(DEBUG),1)
         DEFINES		+= -DCR_DEBUG
         CFLAGS		+= -O0 -ggdb3
-else
-        CFLAGS		+= -O2 -g
 endif
 
 ifeq ($(GMON),1)