Tells the compiler to use a different linker instead of the default linker (ld).
Linux: | -fuse-ld=keyword |
Windows: | None |
keyword |
Possible values are:
|
ld |
The compiler uses the ld linker by default. |
This option tells the compiler to use a different linker instead of default linker (ld).
This option is provided for compatibility with gcc.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
None