global_optimizer

Controls whether the Global Optimizer is invoked by the compiler.

Syntax
  #pragma global_optimizer on | off | reset  
Remarks

In most compilers, this #pragma determines whether the Global Optimizer is invoked (configured by options in the panel of the same name). If disabled, only simple optimizations and back-end optimizations are performed.

Note: This is not the same as #pragmaoptimization_level. The Global Optimizer is invoked even at optimization_level0 if #pragmaglobal_optimizer is enabled.