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

ID 767251
Date 3/22/2024
Public
Document Table of Contents

c

Causes the compiler to generate an object only and not link.

Syntax

Linux:

-c

Windows:

/c

Arguments

None

Default

OFF

Linking is performed.

Description

This option causes the compiler to generate an object only and not link. 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: None

Windows: /compile-only, /nolink