Intel® Fortran Compiler 17.0 Developer Guide and Reference

c

Prevents linking.

Syntax

Linux and macOS:

-c

Windows:

/c

Arguments

None

Default

OFF

Linking is performed.

Description

This option prevents linking. Compilation stops after the object file is generated.

The compiler generates an object file for each Fortran source file.

IDE Equivalent

None

Alternate Options

Linux and OS X: None

Windows: /compile-only, /nolink