| |||
| Home > Linker command-line options > --override_visibility | |||
This option enables EXPORT and IMPORT directives
in a steering file to override the visibility of a symbol.
By default:
only
symbol definitions with STV_DEFAULT or STV_PROTECTED visibility
can be exported
only symbol references with STV_DEFAULT visibility
can be imported.
When you specify --override_visibility, any
global symbol definition can be exported and any global symbol reference
can be imported.