]> granicus.if.org Git - python/commitdiff
PCbuild/build.bat: pass command line parameters when building PGO (#1510)
authorCharles <peacech@gmail.com>
Tue, 9 May 2017 21:58:48 +0000 (04:58 +0700)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 9 May 2017 21:58:48 +0000 (23:58 +0200)
Custom msbuild properties passed as command line need to be passed too when calling `Build` when doing PGO build.

PCbuild/build.bat

index f7f2858d7d9d99c61b820a1e4cc65912918aa764..fce1e4648fe9208a9fdccd6fdced2f307b13f7c1 100644 (file)
@@ -116,7 +116,7 @@ if "%kill%"=="true" call :Kill
 \r
 if "%do_pgo%"=="true" (\r
     set conf=PGInstrument\r
-    call :Build\r
+    call :Build %1 %2 %3 %4 %5 %6 %7 %8 %9\r
     del /s "%dir%\*.pgc"\r
     del /s "%dir%\..\Lib\*.pyc"\r
     echo on\r