From 9243259dbb64d3feca6326d559d39f07e5225ff7 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 19 Oct 2015 23:13:46 -0400 Subject: [PATCH] Disable linker caching (TODO revert). --- tools/isobuild/compiler-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/isobuild/compiler-plugin.js b/tools/isobuild/compiler-plugin.js index 039b00d509..c5e30d318c 100644 --- a/tools/isobuild/compiler-plugin.js +++ b/tools/isobuild/compiler-plugin.js @@ -629,7 +629,7 @@ class PackageSourceBatch { }); } - if (cacheFilename) { + if (false && cacheFilename) { let diskCached = null; try { diskCached = files.readJSONOrNull(cacheFilename);