mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Prevent PGO build for x86 releases.
This commit is contained in:
parent
621b430a14
commit
2a1f30f681
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ exit /B 0
|
|||
|
||||
if "%1" EQU "x86" (
|
||||
call "%PCBUILD%env.bat" x86
|
||||
set PGO=
|
||||
set BUILD=%PCBUILD%win32\
|
||||
set BUILD_PLAT=Win32
|
||||
set OUTDIR_PLAT=win32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue