show the output

This commit is contained in:
Sylvestre Ledru 2022-10-18 17:05:20 +02:00
parent 4056d953f1
commit b65b1b86ee

1
debian/rules vendored
View File

@ -666,6 +666,7 @@ debian-full-build:
# If we used sccache, shows stats
if test -f /opt/sccache/sccache; then \
ls -al /opt/sccache/; \
ls -al /opt/sccache/sccache /usr/bin/g++-10 llvm/lib/Support/CodeGenCoverage.cpp; \
/opt/sccache/sccache --show-stats; \
cat $$SCCACHE_ERROR_LOG; \
fi