| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 3a8327c7da910eef433534b0fcc97ae2d14c7d48..3532328ccb27c8b8b037fc09b2f266103a083d4b 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -143,19 +143,6 @@ config("compiler") {
|
| ":compiler_codegen",
|
| ]
|
|
|
| - if (is_win) {
|
| - ldflags += [
|
| - # 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",
|
| -
|
| - # Tell the linker to crash on failures.
|
| - "/fastfail",
|
| - ]
|
| - }
|
| -
|
| # In general, Windows is totally different, but all the other builds share
|
| # some common GCC configuration.
|
| if (!is_win) {
|
|
|