Intel® C++ Compiler XE 13.1 User and Reference Guides
Tells the compiler to inline functions declared with __inline and perform C++ inlining.
All
Linux and OS X: | -finline -fno-inline |
Windows: | None |
None
-fno-inline |
The compiler does not inline functions declared with __inline. |
This option tells the compiler to inline functions declared with __inline and perform C++ inlining.
None