未验证 提交 983f39c7 编写于 作者: C Chinmay Garde 提交者: GitHub

Don't enable LTO on Windows hosts as the toolchain does not read the value. (#5364)

上级 fb709e25
......@@ -84,7 +84,7 @@ def to_gn_args(args):
# There is no point in enabling LTO in unoptimized builds.
enable_lto = False
if args.target_os != 'win':
if not sys.platform.startswith('win'):
# The GN arg is not available in the windows toolchain.
gn_args['enable_lto'] = enable_lto
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册