summaryrefslogtreecommitdiffstats
path: root/PCbuild/build.bat
diff options
context:
space:
mode:
authorCharles <peacech@gmail.com>2017-05-09 21:58:48 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-05-09 21:58:48 (GMT)
commit291557e2904fa149ee3d56142f41acf63c47fea3 (patch)
tree32b07c50aa3f8f347f9a354aaee1ecb0e67bc42e /PCbuild/build.bat
parent6d336a027913327fc042b0d758a16724fea27b9c (diff)
downloadcpython-291557e2904fa149ee3d56142f41acf63c47fea3.zip
cpython-291557e2904fa149ee3d56142f41acf63c47fea3.tar.gz
cpython-291557e2904fa149ee3d56142f41acf63c47fea3.tar.bz2
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.
Diffstat (limited to 'PCbuild/build.bat')
-rw-r--r--PCbuild/build.bat2
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