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

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