aggressive_inline

Specifies the size of enumerated types.

Syntax
  #pragma aggressive_inline on | off | reset
  
  
Remarks

The IPA-based inliner (-ipa file) will inline more functions when this option

is enabled. This option can cause code bloat in programs that overuse inline

functions. Default is off.