Non-Confidential | ![]() | DUI0803J | ||
| ||||
Home > armlink Command-line Options > --strict_visibility, --no_strict_visibility |
Prevents or allows a hidden visibility reference to match against a shared object.
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.
The default is --strict_visibility
.