< Compile Options / Optimize Options >
The default for this option is const_copy when the optimize=2 or optimize=max option has been specified.
When const_copy is specified, constant propagation is performed even for const qualified global variables. |
The default for this option is const_copy when the optimize=2 or optimize=max option has been specified. |