Skip to content

Commit 267a84f

Browse files
gengjiawentargos
authored andcommitted
tools: remove redundant v8 config
PR-URL: #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>
1 parent 718ad10 commit 267a84f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/v8_gypfiles/features.gypi

-6
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@
123123
'v8_enable_pointer_compression%': 0,
124124
'v8_enable_31bit_smis_on_64bit_arch%': 0,
125125

126-
# Reverse JS arguments order in the stack (sets -dV8_REVERSE_JSARGS).
127-
'v8_enable_reverse_jsargs%': 0,
128-
129126
# Sets -dOBJECT_PRINT.
130127
'v8_enable_object_print%': 0,
131128

@@ -308,9 +305,6 @@
308305
},{
309306
'defines!': ['V8_IMMINENT_DEPRECATION_WARNINGS',],
310307
}],
311-
['v8_enable_reverse_jsargs==1', {
312-
'defines': ['V8_REVERSE_JSARGS',],
313-
}],
314308
['v8_enable_i18n_support==1', {
315309
'defines': ['V8_INTL_SUPPORT',],
316310
}],

0 commit comments

Comments
 (0)