Controls the use of dead code optimization.
#pragma opt_dead_code on | off | reset
If you enable this pragma, the compiler removes a statement that other statements never execute or call.
This pragma does not correspond to any panel setting. By default, this settings is related to the "global_optimizer" on page 471 level.