Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-4DCA9826-76E7-4B54-BEB3-6F96D903B706
Visible to Intel only — GUID: GUID-4DCA9826-76E7-4B54-BEB3-6F96D903B706
finline
Tells the compiler to inline functions declared with __inline and perform C++ inlining.
Linux: |
-finline -fno-inline |
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