Skip to content

Commit 2a292cf

Browse files
committed
tools: update V8 gypfiles for 9.1
PR-URL: #38273 Backport-PR-URL: #38991 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Mary Marchini <[email protected]>
1 parent c93f357 commit 2a292cf

File tree

2 files changed

+253
-62
lines changed

2 files changed

+253
-62
lines changed

configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,7 @@ def configure_library(lib, output, pkgname=None):
13791379

13801380

13811381
def configure_v8(o):
1382+
o['variables']['v8_enable_webassembly'] = 1
13821383
o['variables']['v8_enable_lite_mode'] = 1 if options.v8_lite_mode else 0
13831384
o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0
13841385
o['variables']['v8_no_strict_aliasing'] = 1 # Work around compiler bugs.

0 commit comments

Comments
 (0)