You copied the Doc URL to your clipboard.
--import_unresolved, --no_import_unresolved
Enables or disables the importing of unresolved references when linking SysV shared objects.
Usage
When linking a shared object with --sysv --shared
unresolved symbols are
normally imported.
If you explicitly list object files on the linker command-line, specify the
--no_import_unresolved
option so that any unresolved references cause an
undefined symbol error rather than being imported.
Default
--import_unresolved
is the default
option.