Allow specifying cachedir from cmdline #3618
Labels
args_and_options
options processing, arguments, get/setoption and their relationshiop
cachedir
enhancement
After a brief mention on Discord (sadly can't link to those)
currently can only enable derived-file caching with a call to
CacheDir(path)
in an sconscript. It seems like a command-line option to enable caching globally, and set the file - in other words, equivalent to calling the globalCacheDir
(but not to callingenv.CacheDir
), would be useful. This would make the feature more equivalent toRepository
/--repository=path
The text was updated successfully, but these errors were encountered: