Skip to content

Commit

Permalink
tools: remove redundant v8 config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gengjiawen authored and targos committed May 18, 2021
1 parent 718ad10 commit 267a84f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/v8_gypfiles/features.gypi
Expand Up @@ -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,

Expand Down Expand Up @@ -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',],
}],
Expand Down

0 comments on commit 267a84f

Please sign in to comment.