build-all-win: reuse boost for a small speedup

This commit is contained in:
Andrej730
2026-09-15 16:03:04 +05:00
parent 28a1ebdf89
commit 48042b4ff5
+1
View File
@@ -209,6 +209,7 @@ def build() -> None:
build_generator(),
"Release",
"-y",
"--reuse-boost",
"--python-version",
python_version,
]