Commit 2a1f30f6 authored by Steve Dower's avatar Steve Dower

Prevent PGO build for x86 releases.

parent 621b430a
...@@ -106,6 +106,7 @@ exit /B 0 ...@@ -106,6 +106,7 @@ exit /B 0
if "%1" EQU "x86" ( if "%1" EQU "x86" (
call "%PCBUILD%env.bat" x86 call "%PCBUILD%env.bat" x86
set PGO=
set BUILD=%PCBUILD%win32\ set BUILD=%PCBUILD%win32\
set BUILD_PLAT=Win32 set BUILD_PLAT=Win32
set OUTDIR_PLAT=win32 set OUTDIR_PLAT=win32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment