config.mk
branchpyrit
changeset 37 5f954c0d34fc
parent 22 76b7bd51d64a
child 41 c1080cb5bd6d
--- a/config.mk	Thu Dec 13 00:08:11 2007 +0100
+++ b/config.mk	Fri Dec 14 00:05:54 2007 +0100
@@ -1,6 +1,6 @@
 DEFS=-DPTHREADS
 
-CCFLAGS=-Wall -Wno-write-strings -fno-strict-aliasing -I$(ROOT)/include
+CCFLAGS=-g -Wall -Wno-write-strings -fno-strict-aliasing -I$(ROOT)/include
 LDFLAGS=
 
 PY_CCFLAGS=$(shell python-config --includes)
@@ -21,5 +21,4 @@
 endif
 
 # optimizations
-CCFLAGS+=-g -O0
-#CCFLAGS+=-O3 -pipe -fomit-frame-pointer -ffast-math -msse3
+CCFLAGS+=-O3 -pipe -ffast-math -msse3