Prevents the compiler from using standard libraries when linking.
Linux: | -nodefaultlibs |
Windows: | None |
None
OFF |
The standard libraries are linked. |
This option prevents the compiler from using standard libraries when linking.
On Linux* systems, this option is provided for GNU compatibility.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
Visual Studio: None
Eclipse: Libraries > Use no system libraries
None