| Index: build/config/win/BUILD.gn
|
| diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
| index e8039c0b1f75eb628f2c419bbe2aebf8de9f32d6..38aa61aa36d97cec8a1499dd51e80ebe33d428e3 100644
|
| --- a/build/config/win/BUILD.gn
|
| +++ b/build/config/win/BUILD.gn
|
| @@ -263,7 +263,7 @@ config("common_linker_setup") {
|
| # exceeds maximum allowable size (80000000)
|
| # which started happening more regularly after VS2013 Update 4.
|
| # Needs to be a bit lower for VS2015, or else errors out.
|
| - "/maxilksize:0x7ff00000",
|
| + "/maxilksize:0xfff00000",
|
|
|
| # Tell the linker to crash on failures.
|
| "/fastfail",
|
|
|