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