devguide
devguide copied to clipboard
Add a sentence or two about the benefits of using configure cache
A clean run of the configure script can take a while. Using configure cache (./configure -C) can help speed up edit-configure-build-test iterations considerably. Consider adding a sentence or two about how to best make use of this GNU Autoconf feature.
Hi may I work on this?