Staging
v0.8.1
https://github.com/python/cpython
Revision b8a1a2707bb37eb68bc49b89d7eb00d9bb756b93 authored by Serhiy Storchaka on 02 October 2016, 08:10:18 UTC, committed by Serhiy Storchaka on 02 October 2016, 08:10:18 UTC
1 parent 78b634d
Raw File
Tip revision: b8a1a2707bb37eb68bc49b89d7eb00d9bb756b93 authored by Serhiy Storchaka on 02 October 2016, 08:10:18 UTC
Issue #27358: Backported tests.
Tip revision: b8a1a27
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