Skip to content

Commit f633b97

Browse files
abmussetargos
authored andcommitted
tools: enable leaptiering for aix/ibmi
1 parent f17988c commit f633b97

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tools/v8_gypfiles/features.gypi

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@
8888
'v8_enable_private_mapping_fork_optimization': 0,
8989
}],
9090

91-
['OS in "aix os400"', {
92-
'v8_enable_leaptiering': 0,
93-
}, {
94-
'v8_enable_leaptiering': 1,
95-
}],
9691
],
9792

9893
# Variables from BUILD.gn
@@ -242,6 +237,9 @@
242237
# Sets -DV8_ENABLE_SANDBOX.
243238
'v8_enable_sandbox%': 0,
244239

240+
# Enable leaptiering
241+
'v8_enable_leaptiering%': 1,
242+
245243
# Enable support for external code range relative to the pointer compression
246244
# cage.
247245
# Sets -DV8_EXTERNAL_CODE_SPACE.

0 commit comments

Comments
 (0)