Prevents the compiler from using standard libraries and startup files when linking.
Linux: | -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.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation. Offloading can only be enabled when using ifx.
None