Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: build/common.gypi

Issue 1816333002: Add fastfail to VC++ linker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove compiler switch - just leave linker switch Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
},
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698