diff config.mak.in @ 1049:771e03bf9fcd

Make more error message fall under DM_DEBUG.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 18:16:10 +0200
parents 509e6ed3a24e
children 47c0514d9ba4
line wrap: on
line diff
--- a/config.mak.in	Sun Mar 01 18:13:01 2015 +0200
+++ b/config.mak.in	Sun Mar 01 18:16:10 2015 +0200
@@ -59,10 +59,11 @@
 JSS=yes
 
 # Build a special "light"/minimized version by removing all
-# error messages and few other things.
+# error messages and few other things. (disabled by DM_DEBUG=yes)
 JSS_LIGHT=no
 
-# Build with extra debugging code? (disabled by JSS_LIGHT=yes)
+# Build with extra debugging code? (disabled by JSS_LIGHT=yes
+# and enabled by DM_DEBUG=yes)
 JSS_DEBUG=no