mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Config.in: mark BR2_CONFIG_CACHE as experimental and disable by default
As it is known to break with certain package combinations. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -267,9 +267,11 @@ config BR2_HAVE_DEVFILES
|
||||
menu "Advanced"
|
||||
|
||||
config BR2_CONFIG_CACHE
|
||||
bool "Use a central configure cache file"
|
||||
default y
|
||||
bool "Use a central configure cache file (EXPERIMENTAL)"
|
||||
help
|
||||
Notice: This is experimental and known to break with certain
|
||||
package combinations.
|
||||
|
||||
This determines if a central config cache is used by
|
||||
packages, reducing the configure time for packages as each
|
||||
one caches its findings.
|
||||
|
||||
Reference in New Issue
Block a user