‑‑so_export
In this section:
Syntax
‑‑so_export symbol[,symbol,...]
Parameters
| The name of a symbol in the shared object to export. |
Description
This is a linker option.
By default, symbols in the shared object are not exported. Use this option or the so_export linker directive to export symbols from the shared object.
An exported symbol is always kept by the linker. The linker will remove unreferenced content that is not declared root or given as an argument to ‑‑so_export.
See also
Shared objects (32-bit mode only) and so_export directive.
Caution
To set this option, use Project>Options>Linker>Extra Options