| Index: build/toolchain/win/BUILD.gn
|
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
|
| index c469c4302a20afc8b2a0ba079cbd2958a636b97c..b0c5e279dac71041f310d98b6d6f89a7c169c379 100644
|
| --- a/build/toolchain/win/BUILD.gn
|
| +++ b/build/toolchain/win/BUILD.gn
|
| @@ -25,12 +25,7 @@ if (use_goma) {
|
| }
|
|
|
| # This value will be inherited in the toolchain below.
|
| -if (is_lto) {
|
| - concurrent_links =
|
| - exec_script("../get_concurrent_links.py", [ "--lto" ], "value")
|
| -} else {
|
| - concurrent_links = exec_script("../get_concurrent_links.py", [], "value")
|
| -}
|
| +concurrent_links = exec_script("../get_concurrent_links.py", [], "value")
|
|
|
| # Copy the VS runtime DLL for the default toolchain to the root build directory
|
| # so things will run.
|
|
|