]> granicus.if.org Git - python/commitdiff
Prevent PGO build for x86 releases.
authorSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 21:21:24 +0000 (14:21 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 21:21:24 +0000 (14:21 -0700)
Tools/msi/buildrelease.bat

index 89e6ec13dd84c62c084690ceba358a931f4e87bb..1af5ac1b816287a465903788dbc1eea44b9c270e 100644 (file)
@@ -106,6 +106,7 @@ exit /B 0
 \r
 if "%1" EQU "x86" (\r
     call "%PCBUILD%env.bat" x86\r
+    set PGO=\r
     set BUILD=%PCBUILD%win32\\r
     set BUILD_PLAT=Win32\r
     set OUTDIR_PLAT=win32\r