mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
LTO fuchsia binaries (flutter/engine#11883)
This commit is contained in:
parent
f3c62c4603
commit
4f155f04a9
2
DEPS
2
DEPS
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user