Tells the compiler to inline functions declared with __inline and perform C++ inlining.
IA-32, Intel® 64 architectures
Linux and Mac 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
Copyright © 1996-2011, Intel Corporation. All rights reserved.