From 3186e31b579c2b2151a3a8d4c965969dd3d0b4e1 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 30 Dec 2015 15:57:44 +0200 Subject: [PATCH] Print cache statistics. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 640c24d..981ea37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,7 @@ matrix: before_script: # hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469), # exposed by merging PR#163 (using -march=native) + - ccache -s - sed -i "s/-march=native//" CMakeLists.txt - mkdir build - >