comparison Makefile.gen @ 333:230cc7c6564d

Rename DM_DEBUG compile time define to DM_DEVEL, for development mode.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Oct 2012 13:28:00 +0300
parents 9cc4c6c52938
children c0aba47f8020
comparison
equal deleted inserted replaced
332:d4802335cbbc 333:230cc7c6564d
2 ### Get settings from config.mak 2 ### Get settings from config.mak
3 ### 3 ###
4 include config.mak 4 include config.mak
5 5
6 ifeq ($(EXTRA_CFLAGS),) 6 ifeq ($(EXTRA_CFLAGS),)
7 EXTRA_CFLAGS=-march=core2 -DDM_DEBUG 7 EXTRA_CFLAGS=-march=core2 -DDM_DEVEL
8 endif 8 endif
9 9
10 ifneq ($(DMLIB),) 10 ifneq ($(DMLIB),)
11 DM_CFLAGS += -I$(DMLIB) 11 DM_CFLAGS += -I$(DMLIB)
12 endif 12 endif