Skip to content

Commit 766cc58

Browse files
joyeecheungtargos
authored andcommitted
build: enable V8_VERIFY_WRITE_BARRIERS in debug build
1 parent 62ff0ab commit 766cc58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/v8_gypfiles/features.gypi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,12 @@
435435
}],
436436
['v8_disable_write_barriers==1', {
437437
'defines': ['V8_DISABLE_WRITE_BARRIERS',],
438+
}, {
439+
'configurations': {
440+
'Debug': {
441+
'defines': ['V8_VERIFY_WRITE_BARRIERS'],
442+
},
443+
},
438444
}],
439445
['v8_enable_atomic_object_field_writes==1', {
440446
'defines': ['V8_ATOMIC_OBJECT_FIELD_WRITES',],

0 commit comments

Comments
 (0)