Skip to content

Commit cd82195

Browse files
joyeecheungtargos
authored andcommitted
build: disable v8_postmortem_support
Post-mortem libraries should use v8's debug_helper library instead.
1 parent 22d9fe4 commit cd82195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
9797
}, {
9898
'os_posix': 1,
99-
'v8_postmortem_support%': 1,
99+
'v8_postmortem_support%': 0,
100100
}],
101101
['GENERATOR == "ninja"', {
102102
'obj_dir': '<(PRODUCT_DIR)/obj',

0 commit comments

Comments
 (0)