config/options: set default ccache cache size to 30GB

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-13 08:30:54 +02:00
parent 6b598a255e
commit 964f571ce4

View File

@ -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"