Staging
v0.8.1
Revision 1563f164e52d886d7f5ee7019bf176c8514b0243 authored by Benjamin Peterson on 11 June 2016, 21:46:26 UTC, committed by Benjamin Peterson on 11 June 2016, 21:46:26 UTC
1 parent 4b27f14
Raw File
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