Visible to Intel only — GUID: GUID-3EC43DC2-6637-42A7-9ADF-8A857664640D
Visible to Intel only — GUID: GUID-3EC43DC2-6637-42A7-9ADF-8A857664640D
ip-no-inlining, Qip-no-inlining
Disables full and partial inlining enabled by interprocedural optimization options. This feature is only available for ifort.
Syntax
Linux: |
-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:
On Linux* systems: -ip or -ipo
On Windows* systems: /Qip, /Qipo, or /Ob2
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.
Files compiled with option -ip-no-inlining or /Qip-no-inlining should also be linked with the same option, or the link step may fail.
IDE Equivalent
Alternate Options
None