You copied the Doc URL to your clipboard.
--library_type=lib
Enables the selected library to be used at link time.
Syntax
--library_type=
lib
Where
is one of:lib
standardlib
-
Specifies that the full ARM 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
- This option can be used with the compiler, assembler, or linker when use of the libraries require more specialized optimizations.
- This option can be overridden at link time by providing it to the linker.