finline

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

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac 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

Copyright © 1996-2011, Intel Corporation. All rights reserved.