summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/list10
1 files changed, 5 insertions, 5 deletions
diff --git a/build2/list b/build2/list
index 2953b03..57e6758 100644
--- a/build2/list
+++ b/build2/list
@@ -1,9 +1,9 @@
-- Support for caching discovered configuration values [idea]
+- Support for caching discovered configuration values [idea]
- The idea is to have depdb-based config.cache where we can cache things like
- compiler check results that are expensive to re-calculate on every run. The
- idea is to first save a checksum that determines if the cached value can be
- trusted.
+ The idea is to have depdb-based config.cache where we can cache things like
+ compiler check results that are expensive to re-calculate on every run. The
+ idea is to first save a checksum that determines if the cached value can be
+ trusted.
- VC 15 support [feature 0.5.0]