We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ff0ab commit 766cc58Copy full SHA for 766cc58
tools/v8_gypfiles/features.gypi
@@ -435,6 +435,12 @@
435
}],
436
['v8_disable_write_barriers==1', {
437
'defines': ['V8_DISABLE_WRITE_BARRIERS',],
438
+ }, {
439
+ 'configurations': {
440
+ 'Debug': {
441
+ 'defines': ['V8_VERIFY_WRITE_BARRIERS'],
442
+ },
443
444
445
['v8_enable_atomic_object_field_writes==1', {
446
'defines': ['V8_ATOMIC_OBJECT_FIELD_WRITES',],
0 commit comments