Intel® C++ Compiler XE 13.1 User and Reference Guides

finline

Tells the compiler to inline functions declared with __inline and perform C++ inlining.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-finline

-fno-inline

Windows:

None

Arguments

None

Default

-fno-inline

The compiler does not inline functions declared with __inline.

Description

This option tells the compiler to inline functions declared with __inline and perform C++ inlining.

Alternate Options

None


Submit feedback on this help topic