summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-09-29 14:08:53 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-09-29 14:17:26 +0100
commit67450f0644f61fc17ab1315124dfe50537d36e9e (patch)
treefa0c928ce60e59ad292754629d2aaa97134549bd /SConstruct
parentfdcc168a16d59bf2b7fd291383f214834c2546f6 (diff)
scons: New build= option, with support for checked builds.
Where checked build is compiler optimizations plus debugging checks -- ideal for testing CPU bound loads and running test automation loads.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 02e99f67aa8..558ebf90aaa 100644
--- a/SConstruct
+++ b/SConstruct
@@ -208,7 +208,7 @@ Export('env')
SConscript(
'src/SConscript',
- variant_dir = env['build'],
+ variant_dir = env['build_dir'],
duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
)