diff options
Diffstat (limited to '.travis.compiler.sh')
-rwxr-xr-x | .travis.compiler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.compiler.sh b/.travis.compiler.sh index 7a3b0dbc371..6b8de374219 100755 --- a/.travis.compiler.sh +++ b/.travis.compiler.sh @@ -22,7 +22,7 @@ if [[ "${TRAVIS_OS_NAME}" == 'linux' ]]; then exclude_modules; if which ccache ; then CMAKE_OPT="${CMAKE_OPT} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache" - ccache --max-size=1200M + ccache --max-size=2200M fi if [[ "${CXX}" == 'clang++' ]]; then export CXX CC=${CXX/++/} |