linux - Adding -fvisibility=hidden after compilation -


i building shared object (.so), , linking against third party static library. in ideal world, third party library have been compiled -fvisibility=hidden - hasn't been.

is there way avoid including symbols defined static library in global symbols exported dynamic library?

(i using gcc on linux platform if matters)


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -