summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-27 09:50:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-27 09:50:05 +0200
commitc9c1bfb145137d1c3bf50c6fc6abcb9e2fce48ae (patch)
treed57ed11c1cd1288d997b85a113ff4d100f784dd6
parent4b997626b1182a8a7d974f2957b3ad8eaebd8817 (diff)
downloadcurl-c9c1bfb145137d1c3bf50c6fc6abcb9e2fce48ae.tar.gz
TODO: make configure use --cache-file more and better
Closes #7753
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 4a9d99805..35f3331d3 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -173,6 +173,7 @@
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
@@ -1219,6 +1220,13 @@
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