diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov index 5633efaddf0..c3208a8a267 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -9,6 +9,9 @@ then if test "$CCACHE_VER" == "2.4-gcov" then CCACHE_GCOV_VERSION_ENABLED=1 + else + CCACHE_DISABLE=1 + export CCACHE_DISABLE fi fi export CCACHE_GCOV_VERSION_ENABLED