diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-22 12:48:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-22 12:48:20 +0200 |
commit | 21a23077ce1870c5e427730c4760057cf2eb54b6 (patch) | |
tree | 4bcced2e949740e3678bf4fc236b33e4e8935f71 | |
parent | 5742af021ad3ec779a12568e67c83e60127eeef6 (diff) |
Enable compression in file cache by default
-rw-r--r-- | build2/b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()); |