summaryrefslogtreecommitdiffstats
path: root/travis/cpp-prelude.sh
blob: 2cb7633d3d71303aafaf54d20b217bfffeaa59ec (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

export CCACHE_MAXSIZE="1250M"
export CCACHE_COMPRESS=1
ccache --print-config