8000 CentOS 5 ccache doesn't have --show-stats · caogenwang/opencv-python@d0dbb05 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0dbb05

Browse files
committed
CentOS 5 ccache doesn't have --show-stats
1 parent 583d126 commit d0dbb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function bdist_wheel_cmd {
1616
local abs_wheelhouse=$1
1717
python setup.py bdist_wheel $BDIST_PARAMS
1818
cp dist/*.whl $abs_wheelhouse
19-
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache --show-stats; fi
19+
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
2020
}
2121

2222
if [ -n "$IS_OSX" ]; then

0 commit comments

Comments
 (0)
0