diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-03-26 11:31:27 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-03-26 11:31:27 -0400 |
commit | 4a0e8c816a62263cd5c4d4662563cb23d0538c70 (patch) | |
tree | e6de0a7a5985a211950532e304148f926b2d94d2 /SConstruct | |
parent | 44dcc0143ba74bdfd2e9510cb5acb03d68274e25 (diff) | |
download | mongo-4a0e8c816a62263cd5c4d4662563cb23d0538c70.tar.gz |
Revert "Make LZ4 default off in scons builds for now."
This reverts commit 67b71e1eaad1a5825f99a415d9851976f11dbfee.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index bf38c4d7cc1..8e9fae28ac6 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_true", default=False, +AddOption("--enable-lz4", dest="lz4", type="string", nargs=1, action="store", help="Use LZ4 compression") AddOption("--enable-python", dest="lang-python", type="string", nargs=1, action="store", |