diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-03 14:53:10 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-03 15:57:18 -0700 |
commit | e8e709d96d6034afcb149b269b9208ea12fb3308 (patch) | |
tree | 6461916f04579cac52def995243e78475e6b0f0d | |
parent | 7e2ec7fc240e1a69927afc751275f3a7d632debc (diff) | |
download | qtlocation-mapboxgl-e8e709d96d6034afcb149b269b9208ea12fb3308.tar.gz |
[node] Add -Wl,-z,now flag for linux
-rw-r--r-- | binding.gyp | 4 |
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' |