fuse-ld

Tells the compiler to use a different linker instead of the default linker (ld). This feature is only available for ifort.

Syntax

Linux:

-fuse-ld=keyword

macOS:

-fuse-ld=keyword

Windows:

None

Arguments

keyword

Possible values are:

bfd

Tells the compiler to use the bfd linker.

gold

Tells the compiler to use the gold linker.

Default

ld

The compiler uses the ld linker by default.

Description

This option tells the compiler to use a different linker instead of default linker (ld).

This option is provided for compatibility with gcc.

IDE Equivalent

None

Alternate Options

None