Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

c

Prevents linking.

Syntax

Linux:

-c

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 macOS: None

Windows: /compile-only, /nolink