diff 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
line wrap: on
line diff
--- a/Makefile.gen	Mon Oct 15 13:17:12 2012 +0300
+++ b/Makefile.gen	Mon Oct 15 13:28:00 2012 +0300
@@ -4,7 +4,7 @@
 include config.mak
 
 ifeq ($(EXTRA_CFLAGS),)
-EXTRA_CFLAGS=-march=core2 -DDM_DEBUG
+EXTRA_CFLAGS=-march=core2 -DDM_DEVEL
 endif
 
 ifneq ($(DMLIB),)