Skip to content

Commit

Permalink
tools: update V8 gypfiles for 9.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
targos committed Jun 14, 2021
1 parent c93f357 commit 2a292cf
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 62 deletions.
1 change: 1 addition & 0 deletions configure.py
Expand Up @@ -1379,6 +1379,7 @@ def configure_library(lib, output, pkgname=None):


def configure_v8(o):
o['variables']['v8_enable_webassembly'] = 1
o['variables']['v8_enable_lite_mode'] = 1 if options.v8_lite_mode else 0
o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0
o['variables']['v8_no_strict_aliasing'] = 1 # Work around compiler bugs.
Expand Down

0 comments on commit 2a292cf

Please sign in to comment.