| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 0d89983f4d3f66acf9341f872eae59cb6e18152a..638bce8f30af422ba5b21a3782fe8e0955ffc10f 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -172,8 +172,8 @@ component("core") {
|
| if (is_win && is_debug && is_component_build) {
|
| # Incremental linking doesn't work on this target in debug mode, even
|
| # with symbol_level=1.
|
| - configs -= [ "//build/config/win:default_incremental_linking" ]
|
| - configs += [ "//build/config/win:no_incremental_linking" ]
|
| + #configs -= [ "//build/config/win:default_incremental_linking" ]
|
| + #configs += [ "//build/config/win:no_incremental_linking" ]
|
| }
|
|
|
| public_configs = [ ":core_include_dirs" ]
|
|
|