Staging
v0.5.1
https://github.com/python/cpython
Revision c707893f9cee870bba8364b3a06eb9cfa3b80e58 authored by Benjamin Peterson on 26 August 2017, 18:18:30 UTC, committed by Benjamin Peterson on 26 August 2017, 18:18:30 UTC
1 parent 48455e2
Raw File
Tip revision: c707893f9cee870bba8364b3a06eb9cfa3b80e58 authored by Benjamin Peterson on 26 August 2017, 18:18:30 UTC
version bumps for 2.7.14rc1
Tip revision: c707893
build_pgo.bat
@echo off
echo.DeprecationWarning:
echo.    This script is deprecated, use `build.bat --pgo` instead.
echo.

call "%~dp0build.bat" --pgo %*
back to top