Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 98d612ff216717c3b902d2d9e0cf5bcc9b88cf4a..9081c5de8dd97b204f4375f9fc941b83d6476c3b 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3276,6 +3276,8 @@ |
| # which started happening more regularly after VS2013 Update 4. |
| # Needs to be a bit lower for VS2015, or else errors out. |
| '/maxilksize:0x7ff00000', |
| + # Tell the linker to crash on failures. |
| + '/fastfail', |
| ], |
| }, |
| }, |