From 69a3de2471323bf7265ef2a08b160bed4b276efa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Wed, 15 Sep 2010 23:11:00 +0200
Subject: Build with debug information on all platforms.

There used to be an exception for Windows.

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"))
-- 
cgit v0.10.2-6-g49f6