We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb871a commit bc06695Copy full SHA for bc06695
1 file changed
configure.py
@@ -1833,7 +1833,7 @@ def configure_v8(o, configs):
1833
release='0',
1834
debug='1'
1835
)
1836
-
+
1837
o['variables']['v8_enable_webassembly'] = 0 if options.v8_lite_mode else 1
1838
o['variables']['v8_enable_javascript_promise_hooks'] = 1
1839
o['variables']['v8_enable_lite_mode'] = 1 if options.v8_lite_mode else 0
0 commit comments