mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1634135: Turn new regexp engine on by default in Nightly r=mgaudet
Pull the lever! (After responsibly waiting for 78 to open.) Differential Revision: https://phabricator.services.mozilla.com/D73120
This commit is contained in:
parent
0a13f4f8f7
commit
5a987970c4
@ -632,9 +632,9 @@ set_define('ENABLE_SHARED_MEMORY', enable_shared_memory)
|
||||
# Initial support for new regexp engine
|
||||
# ==================================================
|
||||
|
||||
js_option('--enable-new-regexp', default=False, help='Enable new regexp engine')
|
||||
js_option('--disable-new-regexp', help='{Enable|Disable} new regexp engine')
|
||||
|
||||
@depends('--enable-new-regexp')
|
||||
@depends('--disable-new-regexp')
|
||||
def enable_new_regexp(value):
|
||||
if value:
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user