Determines the maximum complexity for an auto-inlined function.
#pragma inline_max_auto_size ( complex )
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.
This pragma does not correspond to any panel setting.