mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Reland "Add host_profile_arm64 and host_release_arm64 local engine configurations." (flutter/engine#52633)
Adds --no-lto. This reverts commit b607f660d1ad408357a9512631b61c810c13826a.
This commit is contained in:
parent
06a2705534
commit
25fbc36567
@ -544,6 +544,70 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"cas_archive": false,
|
||||
"drone_dimensions": [
|
||||
"os=Mac-13",
|
||||
"device_type=none"
|
||||
],
|
||||
"gclient_variables": {
|
||||
"download_android_deps": false,
|
||||
"use_rbe": true
|
||||
},
|
||||
"gn": [
|
||||
"--runtime-mode",
|
||||
"profile",
|
||||
"--no-lto",
|
||||
"--mac-cpu",
|
||||
"arm64",
|
||||
"--xcode-symlinks",
|
||||
"--rbe",
|
||||
"--no-goma"
|
||||
],
|
||||
"name": "macos/host_profile_arm64",
|
||||
"description": "Builds a profile mode engine for a macOS host on arm64.",
|
||||
"ninja": {
|
||||
"config": "host_profile_arm64",
|
||||
"targets": []
|
||||
},
|
||||
"properties": {
|
||||
"$flutter/osx_sdk": {
|
||||
"sdk_version": "15a240d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"cas_archive": false,
|
||||
"drone_dimensions": [
|
||||
"os=Mac-13",
|
||||
"device_type=none"
|
||||
],
|
||||
"gclient_variables": {
|
||||
"download_android_deps": false,
|
||||
"use_rbe": true
|
||||
},
|
||||
"gn": [
|
||||
"--runtime-mode",
|
||||
"release",
|
||||
"--no-lto",
|
||||
"--mac-cpu",
|
||||
"arm64",
|
||||
"--xcode-symlinks",
|
||||
"--rbe",
|
||||
"--no-goma"
|
||||
],
|
||||
"name": "macos/host_release_arm64",
|
||||
"description": "Builds a release mode engine for a macOS host on arm64.",
|
||||
"ninja": {
|
||||
"config": "host_release_arm64",
|
||||
"targets": []
|
||||
},
|
||||
"properties": {
|
||||
"$flutter/osx_sdk": {
|
||||
"sdk_version": "15a240d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"cas_archive": false,
|
||||
"drone_dimensions": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user