提交 df122a01 编写于 作者: I Ivan Pozdeev 提交者: Olli-Pekka Heinisuo

CentOS 5 ccache doesn't have --show-stats

上级 bf365e19
......@@ -16,7 +16,7 @@ function bdist_wheel_cmd {
local abs_wheelhouse=$1
python setup.py bdist_wheel $BDIST_PARAMS
cp dist/*.whl $abs_wheelhouse
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache --show-stats; fi
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
}
if [ -n "$IS_OSX" ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册