From 21a23077ce1870c5e427730c4760057cf2eb54b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Mar 2021 12:48:20 +0200 Subject: Enable compression in file cache by default --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/b.cxx b/build2/b.cxx index 6424b59..ba89931 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -763,7 +763,7 @@ main (int argc, char* argv[]) global_mutexes mutexes (sched.shard_size ()); - bool fcache_comp (false); + bool fcache_comp (true); if (ops.file_cache_specified ()) { const string& v (ops.file_cache ()); -- cgit v1.1