< 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. |
const qualified variables in a C++ source file cannot be controlled by this option (constant propagation is always performed). |