comparison config.mak @ 48:da89ff617886

Build light JSS.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 18:49:13 +0200
parents e0c74862387d
children 554e3f02ba6f
comparison
equal deleted inserted replaced
47:25a12fb58c19 48:da89ff617886
45 ### 45 ###
46 JSS=yes 46 JSS=yes
47 47
48 # Build a special "light"/minimized version by removing all 48 # Build a special "light"/minimized version by removing all
49 # error messages and few other things. 49 # error messages and few other things.
50 JSS_LIGHT=no 50 JSS_LIGHT=yes
51 51
52 # Build with extra debugging code? (disabled by JSS_LIGHT=yes) 52 # Build with extra debugging code? (disabled by JSS_LIGHT=yes)
53 JSS_DEBUG=no 53 JSS_DEBUG=no
54 54
55 55