Skip to content

Commit f1e0d4c

Browse files
committed
build: disable postmortem support for now
Signed-Off-By: Michaël Zasso <targos@protonmail.com>
1 parent 4a0d16e commit f1e0d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)