comparison Makefile.gen @ 1117:378e5914be1e

Improve dumpmod output some more.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2015 03:30:28 +0200
parents 402346b1c01d
children fa9a79daa5da
comparison
equal deleted inserted replaced
1116:9d78c880c6e1 1117:378e5914be1e
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=core2 22 EXTRA_CFLAGS=-O3 -march=corei7
23 endif 23 endif
24 24
25 25
26 ### 26 ###
27 ### Extra debug messages etc? 27 ### Extra debug messages etc?