Prevents the compiler from using standard libraries and startup files when linking.
Linux: | -nostdlib |
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.
None