mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +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']
|
js_engine_choices = ['v8-3.12', 'v8-3.25', 'mozjs', 'none']
|
||||||
add_option('js-engine',
|
add_option('js-engine',
|
||||||
choices=js_engine_choices,
|
choices=js_engine_choices,
|
||||||
default=js_engine_choices[0],
|
default=js_engine_choices[2],
|
||||||
help='JavaScript scripting engine implementation',
|
help='JavaScript scripting engine implementation',
|
||||||
type='choice',
|
type='choice',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user