mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add a host_debug_unopt local engine config for Windows. (flutter/engine#53734)
We have these configs for Linux & macOS.
This commit is contained in:
parent
998d1fa855
commit
609d5e2bcb
@ -711,6 +711,32 @@
|
||||
"targets": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"cas_archive": false,
|
||||
"drone_dimensions": [
|
||||
"os=Windows-10",
|
||||
"device_type=none"
|
||||
],
|
||||
"gclient_variables": {
|
||||
"download_android_deps": false,
|
||||
"use_rbe": true
|
||||
},
|
||||
"gn": [
|
||||
"--runtime-mode",
|
||||
"debug",
|
||||
"--unoptimized",
|
||||
"--no-stripped",
|
||||
"--no-lto",
|
||||
"--rbe",
|
||||
"--no-goma"
|
||||
],
|
||||
"name": "windows/host_debug_unopt",
|
||||
"description": "Builds an unoptimized debug mode engine for a Windows host.",
|
||||
"ninja": {
|
||||
"config": "host_debug_unopt",
|
||||
"targets": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"cas_archive": false,
|
||||
"drone_dimensions": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user