LTO fuchsia binaries (flutter/engine#11883)

This commit is contained in:
Dan Field 2019-09-05 14:30:28 -07:00 committed by GitHub
parent f3c62c4603
commit 4f155f04a9
2 changed files with 1 additions and 3 deletions

2
DEPS
View File

@ -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
#

View File

@ -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',