Commit 0f8a33f0 authored by Steve Dower's avatar Steve Dower

Prevent PGO build for x86 releases.

parent 4c8e3b39
......@@ -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
......
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