We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ccache
1 parent be7f79e commit 2a57d00Copy full SHA for 2a57d00
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
# note: only using ccache for CC is intentional here to
16
# workaround an odd bug in distutils that manifests when only `ccache` is used to link
17
# because distutils also has a bug whereby CC is used to compile instead of CXX, this works :)
18
- env: JOBS=8 CXX="clang++-3.9 -Qunused-arguments" CC="ccache clang-3.9"
+ env: JOBS=8 CXX="clang++-3.9 -Qunused-arguments" CC="ccache clang-3.9 -Qunused-arguments"
19
addons:
20
apt:
21
sources: [ 'ubuntu-toolchain-r-test']
0 commit comments