mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
SERVER-19376 Make SpiderMonkey the default JS Engine
This commit is contained in:
parent
2299f6b807
commit
2a6a8f7cf3
@ -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',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user