aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 45a26fa8..263cb700 100644
--- a/circle.yml
+++ b/circle.yml
@@ -102,7 +102,7 @@ jobs:
key: ccache-{{ arch }}-
- run:
name: Configure ccache
- command: ccache -M 80M && ccache -c && ccache -s && ccache -z
+ command: ccache -M 200M && ccache -c && ccache -s && ccache -z
- run:
name: Build
command: |