auto_inline

Controls which functions to inline.

Syntax
  #pragma auto_inline on | off | reset  
Remarks

If you enable this pragma, the compiler automatically chooses functions to inline for you.

This pragma corresponds to the Auto-Inline setting in the Language panel. To check this setting, use __option (auto_inline), described in Checking Pragma Settings. By default, this pragma is disabled.