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
path: root/tools
diff options
context:
space:
mode:
authorJiawen Geng <technicalcute@gmail.com>2021-05-06 14:22:26 +0300
committergengjiawen <technicalcute@gmail.com>2021-05-18 06:12:21 +0300
commit910efc2d9a69ac32205d64e4835df481fc057f02 (patch)
treef258686fb12995df8c66628b85fa2ab184894279 /tools
parentf536cc2e89092c60bddfc9953838aeab432da9b9 (diff)
tools: remove redundant v8 config
PR-URL: https://github.com/nodejs/node/pull/38565 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/v8_gypfiles/features.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/v8_gypfiles/features.gypi b/tools/v8_gypfiles/features.gypi
index b21bf1d8ed7..97676305cff 100644
--- a/tools/v8_gypfiles/features.gypi
+++ b/tools/v8_gypfiles/features.gypi
@@ -123,9 +123,6 @@
'v8_enable_pointer_compression%': 0,
'v8_enable_31bit_smis_on_64bit_arch%': 0,
- # Reverse JS arguments order in the stack (sets -dV8_REVERSE_JSARGS).
- 'v8_enable_reverse_jsargs%': 0,
-
# Sets -dOBJECT_PRINT.
'v8_enable_object_print%': 0,
@@ -308,9 +305,6 @@
},{
'defines!': ['V8_IMMINENT_DEPRECATION_WARNINGS',],
}],
- ['v8_enable_reverse_jsargs==1', {
- 'defines': ['V8_REVERSE_JSARGS',],
- }],
['v8_enable_i18n_support==1', {
'defines': ['V8_INTL_SUPPORT',],
}],