summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJason Carey <jcarey@argv.me>2015-07-21 11:24:29 -0400
committerJason Carey <jcarey@argv.me>2015-07-21 11:24:29 -0400
commit2a6a8f7cf32465da072e63ee9e1272907b6bfa54 (patch)
treeaded94968b8f487dedec89db900787523502ceea /SConstruct
parent2299f6b8076074757f0700eb215b5661df18ec71 (diff)
downloadmongo-2a6a8f7cf32465da072e63ee9e1272907b6bfa54.tar.gz
SERVER-19376 Make SpiderMonkey the default JS Engine
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 25a702c01de..0a3273a7158 100644
--- a/SConstruct
+++ b/SConstruct
@@ -217,7 +217,7 @@ add_option('wiredtiger',
js_engine_choices = ['v8-3.12', 'v8-3.25', 'mozjs', 'none']
add_option('js-engine',
choices=js_engine_choices,
- default=js_engine_choices[0],
+ default=js_engine_choices[2],
help='JavaScript scripting engine implementation',
type='choice',
)