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

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

ipo-separate, Qipo-separate

Tells the compiler to generate one object file for every source file. This feature is only available for ifort.

Syntax

Linux:

-ipo-separate

Windows:

/Qipo-separate

Arguments

None

Default

OFF

The compiler decides whether to create one or more object files.

Description

This option tells the compiler to generate one object file for every source file. It overrides any [Q]ipo option specification.

CAUTION:

Files compiled with option -ipo-separate or /Qipo-separate should also be linked with the same option, or the link step may fail.

IDE Equivalent

None

Alternate Options

None

See Also