Intel® Fortran Compiler 17.0 Developer Guide and Reference
Disables partial inlining enabled by interprocedural optimization options.
Linux and macOS: | -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* and OS X* systems: -ip or -ipo
On Windows* systems: /Qip or /Qipo
It has no effect on other interprocedural optimizations.
None