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