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.
None