diff --git a/PCbuild/build.bat b/PCbuild/build.bat index f7f2858d7d9..fce1e4648fe 100644 --- a/PCbuild/build.bat +++ b/PCbuild/build.bat @@ -116,7 +116,7 @@ if "%kill%"=="true" call :Kill if "%do_pgo%"=="true" ( set conf=PGInstrument - call :Build + call :Build %1 %2 %3 %4 %5 %6 %7 %8 %9 del /s "%dir%\*.pgc" del /s "%dir%\..\Lib\*.pyc" echo on