Skip to content

Commit

Permalink
Using -Wl,--no-as-needed for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
evancohen committed Oct 23, 2016
1 parent 549fc4c commit d7d5183
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Expand Up @@ -24,6 +24,9 @@
}],
['OS=="linux" and target_arch=="arm"', {
'link_settings': {
'ldflags': [
'-Wl,--no-as-needed',
],
'libraries': [
'<(module_root_dir)/lib/rpi/libsnowboy-detect.a',
]
Expand Down

0 comments on commit d7d5183

Please sign in to comment.