Disables full and partial inlining enabled by interprocedural optimization options.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -ip-no-inlining |
Windows: | /Qip-no-inlining |
None
OFF | Inlining enabled by interprocedural optimization options is performed. |
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.
Linux: -ip_no_inlining
Windows: /Qip_no_inlining