8000 [3.12] gh-91795: Update build optimization part of PCbuild/readme.txt… · python/cpython@8cb750d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cb750d

Browse files
[3.12] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849) (#107776)
gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849) (cherry picked from commit 906b73b) Co-authored-by: Fatih <77548106+fatihkabakk@users.noreply.github.com>
1 parent c2fb25a commit 8cb750d

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
@@ -252,9 +252,11 @@ against a profiling library and contain extra debug information. The
252252
PGUpdate configuration takes the profiling data and generates optimized
253253
binaries.
254254

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

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

0 commit comments

Comments
 (0)
0