Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update NEWS
  • Loading branch information
neonene authored Dec 9, 2021
commit 6635012805142b561281f499cdc3d9c907c464c7
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
When PGO building on Windows, the folder for the instrumented binaries is
now located at the same level as that for the production builds.
(e.g. ``PCbuild/amd64/instrumented`` to ``PCbuild/amd64_instrumented``)
We need to follow ``VPATH``, which is used in new ``getpath.py`` and defined as
``"..\\.."`` in ``pythoncore.vcxproj``, to calculate the correct prefix folder.