always_inline (deprecated)

Controls the use of inlined functions.

Syntax

#pragma always_inline on | off | reset

Targets

All platforms.

Remarks

This pragma is strongly deprecated. Use the pragma inline_depth instead.

If you enable this pragma, the compiler ignores all inlining limits and attempts to inline all functions where it is legal to do so.

This pragma does not correspond to any panel setting. To check this setting, use __option (always_inline), described in Checking Settings.

The default setting is off.