inline_max_auto_size

Determines the maximum complexity for an auto-inlined function.

Syntax

#pragma inline_max_auto_size ( complex )

Parameters

complex

The complex value is an approximation of the number of statements in a function, the current default is 15. Selecting a higher value will inline more functions, but can lead to excessive code bloat.

Targets
All platforms.
Remarks
This pragma does not correspond to any panel setting. To check this setting, use __option (inline_max_auto_size), described in Checking Settings.