enable config.cache per default
It speeds up configuration considerably. If a package breaks due to wrong cache-entries, then the broken other package has to be fixed, not the innocent bystander! Put short: There is absolutely _no_ need to ever turn the cache off unless you hack on autotools itself and goof. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
263c2f8317
commit
c45cd1fdbb
@@ -160,6 +160,7 @@ config BR2_RECENT
|
|||||||
|
|
||||||
config BR2_CONFIG_CACHE
|
config BR2_CONFIG_CACHE
|
||||||
bool "Use a central configure cache file"
|
bool "Use a central configure cache file"
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
This determines if a central config cache is used by
|
This determines if a central config cache is used by
|
||||||
packages, reducing the configure time for packages as each
|
packages, reducing the configure time for packages as each
|
||||||
|
|||||||
Reference in New Issue
Block a user