summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2015-03-26 16:39:00 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2015-03-26 16:39:00 +1100
commit67b71e1eaad1a5825f99a415d9851976f11dbfee (patch)
tree898cc28bf4139be1652a346361d085cb21831236
parent4a21dd1c13e5bbe924b62f4a9f129caefb3ee146 (diff)
downloadmongo-67b71e1eaad1a5825f99a415d9851976f11dbfee.tar.gz
Make LZ4 default off in scons builds for now.
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 8e9fae28ac6..bf38c4d7cc1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -25,7 +25,7 @@ AddOption("--enable-attach", dest="attach", action="store_true", default=False,
AddOption("--enable-diagnostic", dest="diagnostic", action="store_true", default=False,
help="Configure WiredTiger to perform various run-time diagnostic tests. DO NOT configure this option in production environments.")
-AddOption("--enable-lz4", dest="lz4", type="string", nargs=1, action="store",
+AddOption("--enable-lz4", dest="lz4", type="string", nargs=1, action="store_true", default=False,
help="Use LZ4 compression")
AddOption("--enable-python", dest="lang-python", type="string", nargs=1, action="store",