8000 Revert "Do not build _freeze_module twice in case of PGO" · python/cpython@7b46aeb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b46aeb

Browse files
committed
Revert "Do not build _freeze_module twice in case of PGO"
This reverts commit 26fb51f. Shall be done in a separate PR.
1 parent 6e2cb69 commit 7b46aeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PCbuild/pcbuild.proj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@
9595
</ItemGroup>
9696

9797
<Target Name="Build">
98-
<MSBuild Condition="$(Configuration) != 'PGUpdate'"
99-
Projects="@(FreezeProjects)"
98+
<MSBuild Projects="@(FreezeProjects)"
10099
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
101100
BuildInParallel="%(BuildInParallel)"
102101
StopOnFirstFailure="true"

0 commit comments

Comments
 (0)
0