You copied the Doc URL to your clipboard.
--export_dynamic, --no_export_dynamic
Controls the export of dynamic symbols to the dynamic symbols table.
Note
Not supported for AArch64 state.Usage
If an executable has dynamic symbols, then --export_dynamic
exports all
externally visible symbols.
--export_dynamic
exports non-hidden symbols into the dynamic symbol table
only if a dynamic symbol table already exists.
You can use --export_dynamic
to produce a statically linked image if there
are no imports or exports.
Default
--no_export_dynamic
is the default.