Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index a65997bf44c0f0bae8c794aee8bba499f30db3da..48ac47e28a1bcc374fb14e4ed21592160749df26 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -261,13 +261,6 @@ 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. |
- # Needs to be a bit lower for VS2015, or else errors out. |
- "/maxilksize:0x7ff00000", |
] |
ldflags += [ |