DescriptionFast-fail to catch VC++ compiler crashes
The VC++ compiler and linker default to catching their crashes using
structure exception handling. They then print out a helpful message.
This helpful message is rarely enough information to let us diagnose
what went wrong. crrev.com/1816333002 added /fastfail to the linker
command line and this adds /d2FastFail to the compiler command line,
for gyp and gn.
These options are undocumented and unsupported but very handy -
the linker /fastfail option was crucial in tracking down a linker
crash.
Committed: https://crrev.com/10b66c067178bfcfb89b20627f9bb4779ac2efeb
Cr-Commit-Position: refs/heads/master@{#383765}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|