Ccache still doesn't work with Clang.
This commit is contained in:
parent
f73ac823d4
commit
52430657c3
|
@ -56,8 +56,8 @@ Module {
|
||||||
pchSupport = false;
|
pchSupport = false;
|
||||||
}else{
|
}else{
|
||||||
if (clangToolchain) {
|
if (clangToolchain) {
|
||||||
if (Utilities.versionCompare(version, "4.6") < 0) {
|
if (Utilities.versionCompare(version, "4.10") < 0) {
|
||||||
console.info("ccache version < 4.6 is not compatible with Clang and precompiled headers.");
|
console.info("ccache version < 4.10 is not compatible with Clang and precompiled headers.");
|
||||||
pchSupport = false;
|
pchSupport = false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user