8000 gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91… · python/cpython@906b73b · GitHub
[go: up one dir, main page]

Skip to content

Commit 906b73b

Browse files
authored
gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849)
1 parent 7c5153d commit 906b73b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

PCbuild/readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,11 @@ against a profiling library and contain extra debug information. The
251251
PGUpdate configuration takes the profiling data and generates optimized
252252
binaries.
253253

254-
The build_pgo.bat script automates the creation of optimized binaries.
255-
It creates the PGI files, runs the unit test suite or PyBench with the
256-
PGI python, and finally creates the optimized files.
254+
The build.bat script has an argument `--pgo` that automate the creation
255+
of optimized binaries.
256+
It creates the PGI files, runs the unit test suite with the PGI python,
257+
and finally creates the optimized files.
258+
You can customize the job for profiling with `--pgo-job <job>` option.
257259

258260
See
259261
https://docs.microsoft.com/en-us/cpp/build/profile-guided-optimizations

0 commit comments

Comments
 (0)
0