diff options
-rw-r--r-- | PCbuild/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/build.bat b/PCbuild/build.bat index f7f2858..fce1e46 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
|