diff Makefile.gen @ 624:5df8ef3f88bb

Oops, add -O3 back to default CFLAGS again.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Apr 2013 20:11:10 +0300
parents 360b1ad83ed9
children 469119cab5b2
line wrap: on
line diff
--- a/Makefile.gen	Sat Apr 13 07:01:17 2013 +0300
+++ b/Makefile.gen	Sat Apr 13 20:11:10 2013 +0300
@@ -8,8 +8,7 @@
 DM_CFLAGS += -I$(DMLIB)
 
 ifeq ($(EXTRA_CFLAGS),)
-#EXTRA_CFLAGS=-O3 -march=core2 -DDM_DEVEL
-EXTRA_CFLAGS= -march=core2 -DDM_DEVEL
+EXTRA_CFLAGS=-O3 -march=core2 -DDM_DEVEL
 endif