Skip to content

Commit 9745acb

Browse files
committed
windows: document --pgo
1 parent a3fd1c9 commit 9745acb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpython-windows/build.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,6 +1560,9 @@ def build_cpython(arch: str, pgo=False, build_mode="static"):
15601560
str(cpython_source_path / "python.bat"),
15611561
"-m",
15621562
"test",
1563+
# --pgo simply disables some tests, quiets output, and ignores the
1564+
# exit code. We could disable it if we wanted more verbose test
1565+
# output...
15631566
"--pgo",
15641567
"-j",
15651568
"%d" % max(1, multiprocessing.cpu_count() / 2 - 1),

0 commit comments

Comments
 (0)