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:
Chinmay Garde 2024-07-08 12:10:06 -07:00 committed by GitHub
parent 998d1fa855
commit 609d5e2bcb

View File

@ -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": [