| Index: build/config/win/BUILD.gn
|
| diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
| index 44a3d706b26679fb38f2909eb7a2940362329bb5..3f0510873afed3f79c5b82756be7445537b56424 100644
|
| --- a/build/config/win/BUILD.gn
|
| +++ b/build/config/win/BUILD.gn
|
| @@ -63,6 +63,12 @@ config("common_linker_setup") {
|
| "/ignore:4199",
|
| "/ignore:4221",
|
| "/NXCOMPAT",
|
| +
|
| + # Suggested by Microsoft Devrel to avoid
|
| + # LINK : fatal error LNK1248: image size (80000000)
|
| + # exceeds maximum allowable size (80000000)
|
| + # which started happening more regularly after VS2013 Update 4.
|
| + "/maxilksize:2147483647",
|
| ]
|
|
|
| # ASLR makes debugging with windbg difficult because Chrome.exe and
|
|
|