< Compile Options / Optimize Options >
The default for this option is noconst_copy when the optimize=1 or optimize=0 option has been specified.
When noconst_copy is specified, constant propagation is disabled for const qualified global variables. |
const qualified variables in a C++ source file cannot be controlled by this option (constant propagation is always performed). |