changeset 1095:402346b1c01d

Do not enable JSS_DEBUG when DM_DEBUG is enabled, it's a bit too spammy even for that.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Mar 2015 02:11:52 +0200
parents 8fc475bbfa42
children 96e0798f602b
files Makefile.gen config.mak.in
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Tue Mar 03 01:58:32 2015 +0200
+++ b/Makefile.gen	Tue Mar 03 02:11:52 2015 +0200
@@ -29,9 +29,8 @@
 ifeq ($(DM_DEBUG),yes)
 DM_CFLAGS += -DDM_DEBUG
 
-# Disable JSS_LIGHT and enable JSS_DEBUG
+# Disable JSS_LIGHT
 JSS_LIGHT=no
-JSS_DEBUG=yes
 endif
 
 
--- a/config.mak.in	Tue Mar 03 01:58:32 2015 +0200
+++ b/config.mak.in	Tue Mar 03 02:11:52 2015 +0200
@@ -65,8 +65,7 @@
 # error messages and few other things. (disabled by DM_DEBUG=yes)
 JSS_LIGHT=no
 
-# Build with extra debugging code? (disabled by JSS_LIGHT=yes
-# and enabled by DM_DEBUG=yes)
+# Build with extra debugging code? (disabled by JSS_LIGHT=yes)
 JSS_DEBUG=no