Commit 45ea872f authored by Omer Katz's avatar Omer Katz

Set CCACHE_CPP2 environment variable to yes as described in…

Set CCACHE_CPP2 environment variable to yes as described in http://petereisentraut.blogspot.co.il/2011/09/ccache-and-clang-part-2.html
parent 163c4b75
...@@ -42,9 +42,9 @@ matrix: ...@@ -42,9 +42,9 @@ matrix:
- *default_packages - *default_packages
- g++-multilib - g++-multilib
- libc6-dbg:i386 - libc6-dbg:i386
- env: CONF=debug ARCH=x86_64 - env: CONF=debug ARCH=x86_64 CCACHE_CPP2=yes
compiler: clang compiler: clang
- env: CONF=release ARCH=x86 - env: CONF=release ARCH=x86 CCACHE_CPP2=yes
compiler: clang compiler: clang
addons: addons:
apt: apt:
...@@ -52,7 +52,7 @@ matrix: ...@@ -52,7 +52,7 @@ matrix:
- *default_packages - *default_packages
- g++-multilib - g++-multilib
- libc6-dbg:i386 - libc6-dbg:i386
- env: CONF=release ARCH=x86_64 - env: CONF=release ARCH=x86_64 CCACHE_CPP2=yes
compiler: clang compiler: clang
# coverage report # coverage report
- env: CONF=debug ARCH=x86 GCOV_FLAGS='--coverage' - env: CONF=debug ARCH=x86 GCOV_FLAGS='--coverage'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment