 Chromium Code Reviews
 Chromium Code Reviews Issue 1816333002:
  Add fastfail to VC++ linker  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1816333002:
  Add fastfail to VC++ linker  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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', | 
| ], | 
| }, | 
| }, |