Skip to content

Commit

Permalink
build: disable -fvisibility=hidden
Browse files Browse the repository at this point in the history
Not recognized by older versions of gcc.
  • Loading branch information
bnoordhuis committed Sep 12, 2011
1 parent 12351a2 commit d7c16fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure-gyp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def configure_node(o):
o['variables']['node_use_dtrace'] = 'true' if options.with_dtrace else 'false'
o['variables']['host_arch'] = host_arch()
o['variables']['target_arch'] = target_arch()
o['variables']['visibility'] = '' # -fvisibility=hidden doesn't work with older gccs


def configure_libz(o):
Expand Down

0 comments on commit d7c16fa

Please sign in to comment.