Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: compile without -fvisibility=hidden
Browse files Browse the repository at this point in the history
Fixes symbol lookup errors when loading an addon module on Linux.
  • Loading branch information
Shigeki Ohtsu authored and bnoordhuis committed Jan 5, 2012
1 parent a993d22 commit 55c2197
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common.gypi
Expand Up @@ -127,9 +127,7 @@
}],
[ 'OS=="linux"', {
'cflags': [ '-ansi' ],
}],
[ 'visibility=="hidden"', {
'cflags': [ '-fvisibility=hidden' ],
'ldflags': [ '-rdynamic' ],
}],
],
}],
Expand Down

0 comments on commit 55c2197

Please sign in to comment.