Revert "feature: enable cl_cache by default on Windows"

This reverts commit e16220dc9f.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-09-26 14:46:42 +02:00
committed by Compute-Runtime-Automation
parent b3464a2621
commit 65337482ff
4 changed files with 2 additions and 25 deletions

View File

@@ -16,7 +16,7 @@
namespace NEO {
int64_t defaultCacheEnabled() {
return 1l;
return 0l;
}
std::string getKnownFolderPath(REFKNOWNFOLDERID rfid) {