summaryrefslogtreecommitdiffstats
path: root/travis/cpp-prelude.sh
blob: 67b6dc3499b58bfba5e276e2eac15c3de28c2827 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e

ccache --max-size=1250M
ccache --set-config=compression=true
ccache --print-config