diff --git a/build/bootstrap_mcs.sh b/build/bootstrap_mcs.sh index ebb503127..856f5e57f 100755 --- a/build/bootstrap_mcs.sh +++ b/build/bootstrap_mcs.sh @@ -781,6 +781,9 @@ if [[ $BUILD_PACKAGES = true ]]; then build_package message_splitted "PACKAGES BUILD FINISHED" run_unit_tests + if [[ $SCCACHE = true ]]; then + sccache --show-stats + fi exit 0 fi