changeset 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 dfdff30ad363
children 1dc029925377
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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