-Ocp
Enables the copy propagation optimization. Copy propagation tracks the values in registers and tries to eliminate register-to-register moves. Copy propagation will always reduce code size and increase execution speed wherever it is applied.
To enable this optimization for a project: