Add fastfail to VC++ linker

/fastfail should get us crash dumps when the linker crashes, which it
has been doing. /maxilksize is being added for consistency with gyp
builds, and because the linker crashes are incremental linking related.

This is being added in order to investigate a particular problem but
it is a good long-term change also - crashing without a crash dump is
not helpful.

BUG=482671

Review URL: https://codereview.chromium.org/1816333002

Cr-Commit-Position: refs/heads/master@{#382682}
2 files changed