Prevents the compiler from using standard libraries when linking.
Linux: | -nodefaultlibs |
macOS: | -nodefaultlibs |
Windows: | None |
None
OFF |
The standard libraries are linked. |
This option prevents the compiler from using standard libraries when linking.
None