[Python-checkins] cpython: Prevent PGO build for x86 releases.

steve.dower python-checkins at python.org
Fri Sep 9 17:21:33 EDT 2016


https://hg.python.org/cpython/rev/5259831f23cb
changeset:   103465:5259831f23cb
user:        Steve Dower <steve.dower at microsoft.com>
date:        Fri Sep 09 14:21:24 2016 -0700
summary:
  Prevent PGO build for x86 releases.

files:
  Tools/msi/buildrelease.bat |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Tools/msi/buildrelease.bat b/Tools/msi/buildrelease.bat
--- a/Tools/msi/buildrelease.bat
+++ b/Tools/msi/buildrelease.bat
@@ -106,6 +106,7 @@
 
 if "%1" EQU "x86" (
     call "%PCBUILD%env.bat" x86
+    set PGO=
     set BUILD=%PCBUILD%win32\
     set BUILD_PLAT=Win32
     set OUTDIR_PLAT=win32

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list