diff Makefile.gen @ 93:15fdd5573344

Add simple (and buggy / not really working) debug mode.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Oct 2012 18:13:05 +0300
parents b908fda1036e
children 0430f484641b
line wrap: on
line diff
--- a/Makefile.gen	Tue Oct 02 18:12:07 2012 +0300
+++ b/Makefile.gen	Tue Oct 02 18:13:05 2012 +0300
@@ -4,7 +4,7 @@
 include config.mak
 
 ifeq ($(EXTRA_CFLAGS),)
-EXTRA_CFLAGS=-march=core2
+EXTRA_CFLAGS=-march=core2 -DDM_DEBUG
 endif
 
 ifneq ($(DMLIB),)