mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Use clang on linux.
This commit is contained in:
parent
65110bd46c
commit
87e27c828c
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ linux_build_env = {
|
||||||
"CCACHE": "sccache",
|
"CCACHE": "sccache",
|
||||||
"RUSTC_WRAPPER": "sccache",
|
"RUSTC_WRAPPER": "sccache",
|
||||||
"SCCACHE_IDLE_TIMEOUT": "1200",
|
"SCCACHE_IDLE_TIMEOUT": "1200",
|
||||||
|
"CC": "clang",
|
||||||
|
"CXX": "clang++",
|
||||||
}
|
}
|
||||||
macos_build_env = {}
|
macos_build_env = {}
|
||||||
windows_build_env = {
|
windows_build_env = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue