comparison 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
comparison
equal deleted inserted replaced
1094:8fc475bbfa42 1095:402346b1c01d
63 63
64 # Build a special "light"/minimized version by removing all 64 # Build a special "light"/minimized version by removing all
65 # error messages and few other things. (disabled by DM_DEBUG=yes) 65 # error messages and few other things. (disabled by DM_DEBUG=yes)
66 JSS_LIGHT=no 66 JSS_LIGHT=no
67 67
68 # Build with extra debugging code? (disabled by JSS_LIGHT=yes 68 # Build with extra debugging code? (disabled by JSS_LIGHT=yes)
69 # and enabled by DM_DEBUG=yes)
70 JSS_DEBUG=no 69 JSS_DEBUG=no
71 70
72 71
73 ### Support loading of XM-format module files 72 ### Support loading of XM-format module files
74 JSS_SUP_XM=yes 73 JSS_SUP_XM=yes