Zero out ccache stats for every build

This commit is contained in:
Chocobo1 2015-07-12 14:21:53 +08:00
parent aba9c8651d
commit cf6a7edafd
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ install:
- 'echo "using gcc : : ccache g++ ;" > ~/user-config.jam'
- 'echo "using clang : : ccache clang++ ;" >> ~/user-config.jam'
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
- ccache --show-stats
- ccache -V
- ccache -V && ccache --show-stats && ccache --zero-stats
- which $CXX
- ls -la `which $CXX`