Intel® Fortran Compiler 16.0 User and Reference Guide
Tells the compiler to inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE.
Linux and OS X: | -finline -fno-inline |
Windows: | None |
None
-fno-inline |
The compiler does not inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE. |
This option tells the compiler to inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE.
Linux and OS X: -inline-level
Windows: /Ob