Non-Confidential | ![]() | DUI0803J | ||
| ||||
Home > armlink Command-line Options > --max_visibility=type |
Controls the visibility of all symbol definitions.
--max_visibility=type
Where
can be one of:type
default
Default visibility.
protected
Protected visibility.
Use --max_visibility=protected
to limit
the visibility of all symbol definitions. Global symbol definitions that normally have
default visibility, are given protected visibility when this option is specified.
The default is --max_visibility=default
.