Disables partial inlining enabled by interprocedural optimization options.
None
IA-32 architecture, Intel® 64 architecture
Linux and Mac OS: | -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 Mac OS systems: -ip or -ipo
On Windows systems: /Qip or /Qipo
It has no effect on other interprocedural optimizations.
To use this option, you must also specify:
On Linux and Mac OS systems: -ip or -ipo
On Windows systems: /Qip or /Qipo
None