Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a292cf

Browse filesBrowse files
committed
tools: update V8 gypfiles for 9.1
PR-URL: #38273 Backport-PR-URL: #38991 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Mary Marchini <oss@mmarchini.me>
1 parent c93f357 commit 2a292cf
Copy full SHA for 2a292cf

File tree

Expand file treeCollapse file tree

2 files changed

+253
-62
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+253
-62
lines changed
Open diff view settings
Collapse file

‎configure.py‎

Copy file name to clipboardExpand all lines: configure.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.