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