diff config.mak.in @ 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 47c0514d9ba4
children fc530d2e3a31
line wrap: on
line diff
--- 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