New adaptation policy

This commit is contained in:
Efim Beshmenev
2026-08-13 23:42:26 +03:00
parent bbb43dbe57
commit 3770224eaf
16 changed files with 2533 additions and 489 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ param(
$ErrorActionPreference = 'Stop'
$build = [IO.Path]::GetFullPath((Join-Path $PSScriptRoot "..\out\build\msvc-$Profile"))
$targets = @('uc_demo', 'uc_tests', 'uc_bench')
$targets = @('uc_demo', 'uc_tests', 'uc_bench', 'uc_focused_bench')
function Require-Flag(
[string]$Command,