Specifies the level of inline function expansion.
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
None |
Windows: |
/inline[:keyword] |
keyword |
Is the level of inline function expansion. Possible values are:
|
OFF |
The compiler inlines certain functions by default. |
This option specifies the level of inline function expansion.
inline all or inline speed |
Linux and Mac OS X: None Windows: /Ob2 /Ot |
inline size |
Linux and Mac OS X: None Windows: /Ob2 /Os |
inline manual |
Linux and Mac OS X: None Windows: /Ob0 |
inline none |
Linux and Mac OS X: None Windows: /Ob0 |