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

ip-no-pinlining, Qip-no-pinlining

Disables partial inlining enabled by interprocedural optimization options. This feature is only available for ifort.

Syntax

Linux:

-ip-no-pinlining

macOS:

-ip-no-pinlining

Windows:

/Qip-no-pinlining

Arguments

None

Default

OFF

Inlining enabled by interprocedural optimization options is performed.

Description

This option disables partial inlining enabled by the following interprocedural optimization options:

  • On Linux* and macOS systems: -ip or -ipo

  • On Windows* systems: /Qip or /Qipo

It has no effect on other interprocedural optimizations.

IDE Equivalent
None
Alternate Options

None