You copied the Doc URL to your clipboard.
--library_type=lib
Selects the library to be used at link time.
Syntax
--library_type=lib
Where
can be one of:lib
standardlib
- Specifies that the full Arm® Compiler runtime libraries are selected at link time. This is the default.
microlib
Specifies that the C micro-library (microlib) is selected at link time.
Note
microlib
is not supported for AArch64 state.
Usage
Use this option when use of the libraries require more specialized optimizations.
Default
If you do not specify --library_type
at link time and no object file
specifies a preference, then the linker assumes
--library_type=standardlib
.