Intel® Fortran Compiler 17.0 Developer Guide and Reference
Specifies the level of inline function expansion.
Linux and macOS: | None |
Windows: | /inline[:keyword] |
keyword |
Is the level of inline function expansion. Possible values are:
|
OFF |
The compiler inlines certain functions by default. |
This option specifies the level of inline function expansion.
inline all or inline speed |
Linux and OS X: None Windows: /Ob2/Ot |
inline size |
Linux and OS X: None Windows: /Ob2/Os |
inline manual |
Linux and OS X: None Windows: /Ob0 |
inline none |
Linux and OS X: None Windows: /Ob0 |