diff Makefile.gen @ 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 378e5914be1e
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