You copied the Doc URL to your clipboard.
11.85 --max_visibility=type
Controls the visibility of all symbol definitions.
Syntax
--max_visibility=type
Where
can be one of:type
default
Default visibility.
protected
Protected visibility.
Usage
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.
Default
The default is --max_visibility=default
.