Disables partial inlining enabled by interprocedural optimization options. This feature is only available for ifort.
Linux: | -ip-no-pinlining |
Windows: | /Qip-no-pinlining |
None
OFF |
Inlining enabled by interprocedural optimization options is performed. |
This option disables partial inlining enabled by the following interprocedural optimization options:
On Linux* systems: -ip or -ipo
On Windows* systems: /Qip or /Qipo
It has no effect on other interprocedural optimizations.
Files compiled with option -ip-no-pinlining or /Qip-no-pinlining should also be linked with the same option, or the link step may fail.
None