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

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -