Controls whether the Frontend IR Optimizer is invoked by the compiler.
#pragma global_optimizer on | off | reset
In most compilers, this #pragma determines whether the Frontend IR Optimizer is invoked. If disabled, only simple optimizations and back-end optimizations are performed.
This pragma does not correspond to any panel setting. By default, this setting is on .