diff options
author | mike o'brien <mpobrien005@gmail.com> | 2014-09-26 11:30:41 -0400 |
---|---|---|
committer | mike o'brien <mpobrien005@gmail.com> | 2014-09-26 11:45:53 -0400 |
commit | 2c7d34a2fd4c481c2b41b20403ed844a01d83f43 (patch) | |
tree | f1605aad631526ea627fc87edf704c6ff7558eac /SConstruct | |
parent | ae333bc94a7d89d3220dcae9579fcaf68aa2e290 (diff) | |
download | mongo-2c7d34a2fd4c481c2b41b20403ed844a01d83f43.tar.gz |
TOOLS-198 add option to support packaging tools in tarball
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 1cb12012af6..5965b53dc8e 100644 --- a/SConstruct +++ b/SConstruct @@ -304,6 +304,8 @@ add_option( "use-system-yaml", "use system version of yaml", 0, True ) add_option( "use-system-all" , "use all system libraries", 0 , True ) +add_option( "use-new-tools" , "put new tools in the tarball", 0 , False ) + add_option( "use-cpu-profiler", "Link against the google-perftools profiler library", 0, False ) |