Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-03-03 18:39:21 +0300
committerMichaël Zasso <targos@protonmail.com>2021-06-10 12:11:44 +0300
commita6c73ad41dc4eab7ee7cda0b3859f2a8d9a59f1c (patch)
treea6dec82b4c9a2b16b7893d9b770c264449d8a228 /configure.py
parentbecfad1e6da6ddbcb8180422f55b9447b535abbf (diff)
tools: update V8 gypfiles for 9.1
PR-URL: https://github.com/nodejs/node/pull/38273 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>
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 05d43150524..4bc790e2f24 100755
--- a/configure.py
+++ b/configure.py
@@ -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.