diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:09:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:09:17 +0200 |
commit | ed5d7f37cf48fc12285b1291063a390ff8c00e52 (patch) | |
tree | c1c922da606903b502f5cf2de75235344301e802 /build2 | |
parent | a3958d4aebe350c8c8ba280ab1404335d013944a (diff) |
Fix formatting
Diffstat (limited to 'build2')
-rw-r--r-- | build2/list | 10 |
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] |