summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index 10ed677ba3..a0fe62c8db 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -80,6 +80,10 @@
}]
],
+ 'ldflags': [
+ '-Wl,-z,now',
+ ],
+
'xcode_settings': {
'OTHER_LDFLAGS':[
'-Wl,-bind_at_load'