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
Post a Comment