Tells the compiler to inline functions declared with __inline and perform C++ inlining.
Linux: | -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