From 291557e2904fa149ee3d56142f41acf63c47fea3 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 10 May 2017 04:58:48 +0700 Subject: PCbuild/build.bat: pass command line parameters when building PGO (#1510) Custom msbuild properties passed as command line need to be passed too when calling `Build` when doing PGO build. --- PCbuild/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12