Re-enable LTO and roll buildroot to enable sINLINING_LIMIT (flutter/engine#40808)

Re-enable LTO and roll buildroot to enable `sINLINING_LIMIT`
This commit is contained in:
Jackson Gardner
2023-03-30 21:09:55 -07:00
committed by GitHub
parent 2b0d541321
commit 63dac880c4
2 changed files with 1 additions and 7 deletions

2
DEPS
View File

@@ -239,7 +239,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '37659b25708d805ff77e1a7849b73f2598b2e68d',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '3494e22f76da73fc6210ff871d0088bca478d8db',
# Fuchsia compatibility
#

View File

@@ -15,9 +15,6 @@ wasm_toolchain("canvaskit") {
skia_use_libjpeg_turbo_decode = true
skia_use_libpng_decode = true
skia_use_libwebp_decode = true
# Disable LTO.
enable_lto = false
}
}
@@ -43,9 +40,6 @@ wasm_toolchain("canvaskit_chromium") {
skia_use_libjpeg_turbo_decode = true
skia_use_libpng_decode = true
skia_use_libwebp_decode = true
# Disable LTO.
enable_lto = false
}
}