‑‑no_library_search
In this section:
Syntax
‑‑no_library_search
Description
Use this option to disable the automatic runtime library search. This option turns off the automatic inclusion of the correct standard libraries. This is useful, for example, if the application needs a user-built standard library, etc.
Note
The option disables all steps of the automatic library selection, some of which might need to be reproduced if you are using the standard libraries. Use the ‑‑log libraries linker option together with automatic library selection enabled to determine which the steps are.
Caution
Project>Options>Linker>Library>Automatic runtime library selection