From: Charles Date: Tue, 9 May 2017 21:58:48 +0000 (+0700) Subject: PCbuild/build.bat: pass command line parameters when building PGO (#1510) X-Git-Tag: v3.7.0a1~839 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=291557e2904fa149ee3d56142f41acf63c47fea3;p=python 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. --- diff --git a/PCbuild/build.bat b/PCbuild/build.bat index f7f2858d7d..fce1e4648f 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