未验证 提交 3fb910a9 编写于 作者: D Dan Field 提交者: GitHub

LTO fuchsia binaries (#11883)

上级 edee1fea
......@@ -136,7 +136,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '58d85da77cf1d5c668d185570fa8ed3d2e1a1ab5',
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'a636978c4b3bc48d20898f8b9ba6c194c6c12fd2',
# Fuchsia compatibility
#
......
......@@ -196,8 +196,6 @@ def BuildTarget(runtime_mode, arch, product):
out_dir = 'fuchsia_%s_%s' % (runtime_mode, arch)
flags = [
'--fuchsia',
# The source does not require LTO and LTO is not wired up for targets.
'--no-lto',
'--fuchsia-cpu',
arch,
'--runtime-mode',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册