diff options
| -rw-r--r-- | BuildTools/SCons/SConstruct | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct index 220ccf1..0fe71f1 100644 --- a/BuildTools/SCons/SConstruct +++ b/BuildTools/SCons/SConstruct @@ -15,7 +15,7 @@ vars.Add(BoolVariable("distcc", "Use DistCC", "no"))  vars.Add('distcc_hosts', "DistCC hosts (overrides DISTCC_HOSTS)")  vars.Add(EnumVariable("test", "Compile and run tests", "none", ["none", "all", "unit", "system"]))  vars.Add(BoolVariable("optimize", "Compile with optimizations turned on", "no")) -vars.Add(BoolVariable("debug", "Compile with debug information", "yes" if os.name != "nt" else "no")) +vars.Add(BoolVariable("debug", "Compile with debug information", "yes"))  vars.Add(BoolVariable("warnings", "Compile with warnings turned on",   		"yes" if os.name != "nt" else "no"))  vars.Add(BoolVariable("max_jobs", "Build with maximum number of parallel jobs", "no")) | 
 Swift
 Swift