inline_max_size

Sets the maximum number of statements, operands, and operators used to consider the function for inlining.

Syntax

#pragma inline_max_size ( size )

Parameters

size

The maximum number of statements, operands, and operators in the function to consider it for inlining, up to a maximum of 256.

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