Chromium Code Reviews| Index: build/config/compiler/BUILD.gn |
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| index f3a69627b3b04726b55af755978481a6a7cd2ff7..118bb1aa61fb9d4b75a8f1f9747d4e0f51ec5331 100644 |
| --- a/build/config/compiler/BUILD.gn |
| +++ b/build/config/compiler/BUILD.gn |
| @@ -1330,7 +1330,7 @@ if (is_win) { |
| # Specifically tell the linker to perform optimizations. |
| # See http://lwn.net/Articles/192624/ . |
| "-Wl,-O1", |
| - "-Wl,--gc-sections", |
| + # "-Wl,--gc-sections", |
| ] |
| } |
| } |