Use clang on linux.

This commit is contained in:
Josh Matthews 2019-06-12 10:20:14 -04:00 committed by GitHub
parent 65110bd46c
commit 87e27c828c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,6 +125,8 @@ linux_build_env = {
"CCACHE": "sccache",
"RUSTC_WRAPPER": "sccache",
"SCCACHE_IDLE_TIMEOUT": "1200",
"CC": "clang",
"CXX": "clang++",
}
macos_build_env = {}
windows_build_env = {