]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: make configure use --cache-file more and better
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Sep 2021 07:50:05 +0000 (09:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Sep 2021 07:50:05 +0000 (09:50 +0200)
Closes #7753

docs/TODO

index 4a9d998051369063f488d9aa8276a63b7b3b6035..35f3331d300b34ae947dc15c3924fee9f55b37ea 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  19.2 Enable PIE and RELRO by default
  19.3 Don't use GNU libtool on OpenBSD
  19.4 Package curl for Windows in a signed installer
+ 19.5 make configure use --cache-file more and better
 
  20. Test suite
  20.1 SSL tunnel
 
  See https://github.com/curl/curl/issues/5424
 
+19.5 make configure use --cache-file more and better
+
+ The configure script can be improved to cache more values so that repeated
+ invokes run much faster.
+
+ See https://github.com/curl/curl/issues/7753
+
 20. Test suite
 
 20.1 SSL tunnel