summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-06-17 15:24:06 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-06-17 15:24:06 +0100
commitc6f71eabd877e14583725a29790872e96ff4dbb2 (patch)
tree1da504bf103e644890682425014ea51f85bab3b7 /scons
parent1bee650ef3fd167b560986b14b3780ab07741da2 (diff)
Revert "scons: Debug build by default."
Per Brian's request. This reverts commit 25f0c33bb3509958a532bdd72b3945c1d5d1cad5.
Diffstat (limited to 'scons')
-rw-r--r--scons/generic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/generic.py b/scons/generic.py
index 0b3ef5a15d..29ddf76d6f 100644
--- a/scons/generic.py
+++ b/scons/generic.py
@@ -264,7 +264,7 @@ def generate(env):
pass
# Build type
- env['debug'] = _bool_map[ARGUMENTS.get('debug', 'yes')]
+ env['debug'] = _bool_map[ARGUMENTS.get('debug', 'no')]
env['profile'] = _bool_map[ARGUMENTS.get('profile', 'no')]
# Put build output in a separate dir, which depends on the current