const_propag

Controls the use of constant propagation optimization at low-level.

Syntax
  #pragma const_propag on | off | reset  
Remarks

If you enable this pragma, the compiler replaces the use of variable with the constants assigned to the variable.

This pragma corresponds to -const_propag command line option.