comparison 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
comparison
equal deleted inserted replaced
1274:1b1e7c771698 1275:42f5680f904d
17 DMLIBSRC = $(DMLIB)src/ 17 DMLIBSRC = $(DMLIB)src/
18 18
19 DM_CFLAGS += -I$(DMLIBSRC) 19 DM_CFLAGS += -I$(DMLIBSRC)
20 20
21 ifeq ($(EXTRA_CFLAGS),) 21 ifeq ($(EXTRA_CFLAGS),)
22 EXTRA_CFLAGS=-O3 -march=corei7 22 EXTRA_CFLAGS=-O3
23 # -march=corei7
23 endif 24 endif
24 25
25 26
26 ### 27 ###
27 ### Extra debug messages etc? 28 ### Extra debug messages etc?