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)
