Intel® Fortran Compiler XE 13.1 User and Reference Guides
Tells the compiler to inline functions declared with cDEC$ ATTRIBUTES FORCEINLINE.
All
Linux and OS X: | -finline -fno-inline |
Windows: | None |
None
-fno-inline |
The compiler does not inline functions declared with cDEC$ ATTRIBUTES FORCEINLINE. |
This option tells the compiler to inline functions declared with cDEC$ ATTRIBUTES FORCEINLINE.
None