Intel® C++ Compiler 19.0 Developer Guide and Reference
Prevents the compiler from using standard libraries and startup files when linking.
Linux and macOS: | -nostdlib |
Windows: | None |
None
OFF |
The compiler uses standard startup files and standard libraries when linking. |
This option prevents the compiler from using standard libraries and startup files when linking. On Linux* systems, it is provided for GNU compatibility.
This option is not related to option -stdlib.
None