Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: remove redundant v8 config
  • Loading branch information
gengjiawen committed May 6, 2021
commit 7727476dbca4f235e351f6c555b42581e0c500b0
6 changes: 0 additions & 6 deletions tools/v8_gypfiles/features.gypi
Original file line number Diff line number Diff line change
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