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:
authorJiawen Geng <technicalcute@gmail.com>2021-05-06 14:22:26 +0300
committerMichaël Zasso <targos@protonmail.com>2021-05-18 14:10:10 +0300
commit267a84f5e162b79a54ca322f41a4e51549d0bc5f (patch)
treededc8bf2d67842f67a76f97c40b1374d9118e6cd
parent718ad105e546b1f2bdd4816819c6874258c06ac3 (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>
-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',],
}],