tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

Implement autoconf caching #33

Open deciduously opened 6 months ago

deciduously commented 6 months ago

Builds currently spend significant time running configure scripts, many of which have considerable overlap in terms of the features they check for. A combination of config.site to pre-fill some values and config.cache to share the results of individual checks could potentially reduce the time these builds spend re-computing known quantities.