Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index 3da27470120c5fe17c564f6f012dff4694cbc627..b1cb7246fbf5d0e02d4ec2b313fab6f1ec19ad1e 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -238,17 +238,13 @@ config("sdk_link") { |
# their own. |
config("common_linker_setup") { |
ldflags = [ |
+ "/fastfail", |
"/FIXED:NO", |
"/ignore:4199", |
"/ignore:4221", |
"/NXCOMPAT", |
] |
- ldflags += [ |
- # Tell the linker to crash on failures. |
- "/fastfail", |
- ] |
- |
# ASLR makes debugging with windbg difficult because Chrome.exe and |
# Chrome.dll share the same base name. As result, windbg will name the |
# Chrome.dll module like chrome_<base address>, where <base address> |