Intel® Fortran Compiler 17.0 Developer Guide and Reference
Determines whether additional interprocedural optimizations for single-file compilation are enabled.
Linux and macOS: | -ip -no-ip |
Windows: | /Qip /Qip- |
None
OFF |
Some limited interprocedural optimizations occur, including inline function expansion for calls to functions defined within the current source file. These optimizations are a subset of full intra-file interprocedural optimizations. Note that this setting is not the same as -no-ip (Linux* and OS X*) or /Qip- (Windows*). |
This option determines whether additional interprocedural optimizations for single-file compilation are enabled.
The [Q]ip option enables additional interprocedural optimizations for single-file compilation.
Options -no-ip (Linux and OS X) and /Qip- (Windows) may not disable inlining. To ensure that inlining of user-defined functions is disabled, specify -inline-level=0or -fno-inline (Linux and OS X), or specify /Ob0 (Windows).
Visual Studio: Optimization > Interprocedural Optimization
Eclipse: None
Xcode: None
None