Intel® C++ Compiler 19.0 Developer Guide and Reference
Tells the compiler to inline functions declared with __inline and perform C++ inlining.
Linux and macOS: | -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.
Linux and macOS*: -inline-level
Windows: /Ob