| |||
| Home > Compiler Command-line Options > --library_type=lib | |||
This option enables the selected library to be used at link time.
Use this option with the linker to override all other --library_type options.
--library_type=lib
Where is
one of:lib
standardlibSpecifies that the full ARM Compiler 4.1 and later runtime libraries are selected at link time.
Use this option to exploit the full range of compiler optimizations when linking.
microlibSpecifies that the C micro-library (microlib) is selected at link time.
--library_type=lib in the Linker Reference
About microlib in Using ARM® C and C++ Libraries and Floating-Point Support
Building an application with microlib in Using ARM® C and C++ Libraries and Floating-Point Support.