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 value is 15. Selecting a higher value will inline more functions, but can lead to excessive code bloat.

Remarks

This pragma does not correspond to any panel setting.