Skip to content

Commit 92ff0de

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

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
@@ -98,7 +98,7 @@
9898
'v8_base': '<(PRODUCT_DIR)/lib/libv8_snapshot.a',
9999
}, {
100100
'os_posix': 1,
101-
'v8_postmortem_support%': 1,
101+
'v8_postmortem_support%': 0,
102102
}],
103103
['GENERATOR == "ninja"', {
104104
'obj_dir': '<(PRODUCT_DIR)/obj',

0 commit comments

Comments
 (0)