You copied the Doc URL to your clipboard.
--strict_visibility, --no_strict_visibility linker option
Prevents or allows a hidden visibility reference to match against a shared object.
Usage
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.
Default
The default is --strict_visibility.
Related concepts
Related reference