summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index f6586c4d44..38311a1cc4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -271,6 +271,14 @@
'PLATFORM="darwin"',
],
}],
+ [ 'OS=="mac" and v8_postmortem_support=="true"', {
+ # Do not let `v8dbg_` symbols slip away
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [
+ '-Wl,-force_load,<(V8_BASE)',
+ ],
+ },
+ }],
[ 'OS=="freebsd"', {
'libraries': [
'-lutil',