You copied the Doc URL to your clipboard.
-u
Prevents the removal of a specified symbol if it is undefined.
Syntax
-u
symbol
Where
is the symbol to keep.symbol
armclang
translates this option to --undefined
and passes it to armlink
.
See the Arm® Compiler armlink User Guide for information about the
--undefined
linker option.