# HG changeset patch # User Matti Hamalainen # Date 1425341512 -7200 # Node ID 402346b1c01de610db6bf9c2eff222f20640be10 # Parent 8fc475bbfa42ffa47004c177fb350b787cb80646 Do not enable JSS_DEBUG when DM_DEBUG is enabled, it's a bit too spammy even for that. diff -r 8fc475bbfa42 -r 402346b1c01d Makefile.gen --- 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 diff -r 8fc475bbfa42 -r 402346b1c01d config.mak.in --- 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