comparison Makefile.gen @ 1048:509e6ed3a24e

Finishing touches to the DM_DEBUG stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 18:13:01 +0200
parents 027083293a8e
children 771e03bf9fcd
comparison
equal deleted inserted replaced
1047:b6c5e0c62588 1048:509e6ed3a24e
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 -DDM_DEVEL 22 EXTRA_CFLAGS=-O3 -march=core2
23 endif 23 endif
24 24
25 ###
26 ### Extra debug messages etc?
27 ###
28 ifeq ($(DM_DEBUG),yes)
29 DM_CFLAGS += -DDM_DEBUG
30 endif
25 31
26 ### 32 ###
27 ### Build demo target? 33 ### Build demo target?
28 ### 34 ###
29 ifneq ($(DEMO_BIN),) 35 ifneq ($(DEMO_BIN),)