Intel® Fortran Compiler 16.0 User and Reference Guide

ip-no-inlining, Qip-no-inlining

Disables full and partial inlining enabled by interprocedural optimization options.

Syntax

Linux and OS X:

-ip-no-inlining

Windows:

/Qip-no-inlining

Arguments

None

Default

OFF

Inlining enabled by interprocedural optimization options is performed.

Description

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

It has no effect on other interprocedural optimizations.

On Windows systems, this option also has no effect on user-directed inlining specified by option /Ob1.

IDE Equivalent

None

Alternate Options

None