Skip to content

Commit 3078bcd

Browse files
targosnodejs-ci
authored andcommitted
tools: update features.gypi
until 221f4068d34da39726cfd0ac4d746a02e33edde5
1 parent e693e21 commit 3078bcd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/v8_gypfiles/features.gypi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@
146146
# Sets -dV8_CONCURRENT_MARKING
147147
'v8_enable_concurrent_marking%': 1,
148148

149+
# Sets -dV8_ARRAY_BUFFER_EXTENSION
150+
'v8_enable_array_buffer_extension%': 1,
151+
149152
# Enables various testing features.
150153
'v8_enable_test_features%': 0,
151154

@@ -292,6 +295,9 @@
292295
['v8_enable_concurrent_marking==1', {
293296
'defines': ['V8_CONCURRENT_MARKING',],
294297
}],
298+
['v8_enable_array_buffer_extension==1', {
299+
'defines': ['V8_ARRAY_BUFFER-EXTENSION',],
300+
}],
295301
['v8_enable_lazy_source_positions==1', {
296302
'defines': ['V8_ENABLE_LAZY_SOURCE_POSITIONS',],
297303
}],

0 commit comments

Comments
 (0)