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