diff Makefile.gen @ 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 a6c5be712b53
line wrap: on
line diff
--- a/Makefile.gen	Sun Mar 01 18:13:01 2015 +0200
+++ b/Makefile.gen	Sun Mar 01 18:16:10 2015 +0200
@@ -27,6 +27,10 @@
 ###
 ifeq ($(DM_DEBUG),yes)
 DM_CFLAGS += -DDM_DEBUG
+
+# Disable JSS_LIGHT and enable JSS_DEBUG
+JSS_LIGHT=no
+JSS_DEBUG=yes
 endif
 
 ###