In the win32 gitian descriptor the C*FLAGS are being overridden on configure, which causes the built-in optimization flags to be removed. Add -O2 manually (but not -g as we're doing nothing with the debug information).
Improves performance of win32 gitian builds.
As a bonus, fixes issue #3494 (see this comment: #3497 (comment) ).