Intel® Fortran Compiler 16.0 User and Reference Guide
Specifies the level of inline function expansion.
Linux and OS X: | 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 |