mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/options: set default ccache cache size to 30GB
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -62,7 +62,7 @@ PROJECT_DIR="$ROOT/projects"
|
||||
# value in gigabytes, megabytes or kilobytes by appending a G, M or K to the
|
||||
# value. The default is gigabytes. The actual value stored is rounded down to
|
||||
# the nearest multiple of 16 kilobytes.
|
||||
CCACHE_CACHE_SIZE="10G"
|
||||
CCACHE_CACHE_SIZE="30G"
|
||||
|
||||
# forcing install of all packages (yes/no)
|
||||
FORCE_INSTALL="no"
|
||||
|
||||
Reference in New Issue
Block a user