diff Makefile.gen @ 1275:42f5680f904d

Oops, do not default to -march=corei7 :S
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Oct 2016 09:24:42 +0300
parents acae5f8ebc67
children 43b13dbbdcd1
line wrap: on
line diff
--- a/Makefile.gen	Mon Oct 03 09:19:40 2016 +0300
+++ b/Makefile.gen	Mon Oct 03 09:24:42 2016 +0300
@@ -19,7 +19,8 @@
 DM_CFLAGS += -I$(DMLIBSRC)
 
 ifeq ($(EXTRA_CFLAGS),)
-EXTRA_CFLAGS=-O3 -march=corei7
+EXTRA_CFLAGS=-O3
+# -march=corei7
 endif