summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-06-26 09:31:15 -0400
committerEliot Horowitz <eliot@10gen.com>2014-06-26 15:47:01 -0400
commit341ae84ab27b2676121051422643e9e7039757d0 (patch)
treef857f0454889bfcb3c0903c4e1199025cb5a2aaf /SConstruct
parenteec11bb2f9e7f428afcfe4036a79dbc231e1d6a0 (diff)
downloadmongo-341ae84ab27b2676121051422643e9e7039757d0.tar.gz
SERVER-14352: clean up static init so no longer need DEFINE
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 72bb129e325..85f566faa04 100644
--- a/SConstruct
+++ b/SConstruct
@@ -228,7 +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 )
+add_option( "rocksdb" , "Enable RocksDB" , 0 , False )
# library choices
js_engine_choices = ['v8-3.12', 'v8-3.25', 'none']