diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-06-24 23:11:40 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-06-25 09:52:35 -0400 |
commit | 1c9a75094b829795c2b99aa9f180c3ed2f5a3405 (patch) | |
tree | 8062c4ec3bd2aa800756a393926881bebe194a5e /SConstruct | |
parent | f6f3527b476a0cc40ed62f1f15e95385d3aa32c4 (diff) | |
download | mongo-1c9a75094b829795c2b99aa9f180c3ed2f5a3405.tar.gz |
SERVER-14352: prototype rocksdb storage engine
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 8735d673d0f..72bb129e325 100644 --- a/SConstruct +++ b/SConstruct @@ -228,6 +228,7 @@ add_option( "no-glibc-check" , "don't check for new versions of glibc" , 0 , Fal # experimental features add_option( "mm", "use main memory instead of memory mapped files" , 0 , True ) add_option( "ssl" , "Enable SSL" , 0 , True ) +add_option( "rocksdb" , "Enable RocksDB" , 0 , True ) # library choices js_engine_choices = ['v8-3.12', 'v8-3.25', 'none'] |