Intel® C++ Compiler 16.0 User and Reference Guide

finline

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

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.

IDE Equivalent

None

Alternate Options

Linux and OS X: -inline-level

Windows: /Ob