finline

Tells the compiler to inline functions declared with cDEC$ ATTRIBUTES FORCEINLINE.

IDE Equivalent

None

Architectures

IA-32, IntelĀ® 64, IA-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 cDEC$ ATTRIBUTES FORCEINLINE.

Description

This option tells the compiler to inline functions declared with cDEC$ ATTRIBUTES FORCEINLINE.

Alternate Options

None