From 891532676d4101c00aab6bd93ef21069cd09b85b Mon Sep 17 00:00:00 2001 From: Kitteh Date: Tue, 23 Oct 2018 13:47:27 +0100 Subject: [PATCH] Clear ccache. --- scripts/build-mpv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-mpv.sh b/scripts/build-mpv.sh index e52e37d..533a24d 100755 --- a/scripts/build-mpv.sh +++ b/scripts/build-mpv.sh @@ -6,6 +6,7 @@ export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH" export CFLAGS="-fPIC -Os" +ccache -C export V=0 VERBOSE=0