-const_copy


< Compile Options / Optimize Options >

[Format]

-const_copy

 

-

[Default]

The default for this option is const_copy when the optimize=2 or optimize=max option has been specified.

[Description]

-

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.

[Remarks]

-

const qualified variables in a C++ source file cannot be controlled by this option (constant propagation is always performed).