Chromium Code Reviews| Index: build/toolchain/win/BUILD.gn |
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn |
| index 7c359b8128194af20cd39b72079f930ef7f0c8bb..d56f6069681847c4496756e35042c7c6a6dd3bef 100644 |
| --- a/build/toolchain/win/BUILD.gn |
| +++ b/build/toolchain/win/BUILD.gn |
| @@ -25,7 +25,7 @@ if (use_goma) { |
| } |
| # This value will be inherited in the toolchain below. |
| -if (is_lto) { |
| +if (allow_posix_link_time_opt) { |
|
brettw
2016/04/06 06:25:36
This seems super weird in the Windows toolchain fi
pcc1
2016/04/06 21:42:01
Agreed. We don't even have LLVM LTO stuff ported t
pcc1
2016/04/06 21:44:23
(I mean LLVM LTO on Windows, of course.)
|
| concurrent_links = |
| exec_script("../get_concurrent_links.py", [ "--lto" ], "value") |
| } else { |