| |||
| Home > Linker command-line options > --strict_visibility, --no_strict_visibility | |||
A linker is not permitted to match a symbol reference with STT_HIDDEN visibility
to a dynamic shared object. Some older linkers might permit this.
Use --no_strict_visibility to permit a hidden
visibility reference to match against a shared object.
Using the Linker: