Visible to Intel only — GUID: GUID-CD1E41D7-F3D5-4B3F-9326-53FE424FF806
Visible to Intel only — GUID: GUID-CD1E41D7-F3D5-4B3F-9326-53FE424FF806
inline
Specifies the level of inline function expansion.
Syntax
Linux: |
None |
macOS: |
None |
Windows: |
/inline[:keyword] |
Arguments
keyword |
Is the level of inline function expansion. Possible values are:
|
Default
OFF |
The compiler inlines certain functions by default. |
Description
This option specifies the level of inline function expansion.
IDE Equivalent
Alternate Options
inline all or inline speed |
Linux and macOS: None Windows: /Ob2/Ot |
inline size |
Linux and macOS: None Windows: /Ob2/Os |
inline manual |
Linux and macOS: None Windows: /Ob0 |
inline none |
Linux and macOS: None Windows: /Ob0 |