]> git.ipfire.org Git - ipfire-2.x.git/commit - make.sh
make.sh: Set default ccache size to 4G
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Jun 2019 21:52:57 +0000 (22:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Jun 2019 21:56:37 +0000 (22:56 +0100)
commit99597de716394f665fa745d4ef3784c5b495d02e
tree6eeb60d4e7a72987848d048c93c26cdc3747daa4
parentf748c79450589fc9046c3be832df1f91b2ac1d27
make.sh: Set default ccache size to 4G

Since we have now one cache for each architecture, we do not
need to make it too large.

The largest build (i586 because of the two kernels) uses around
2.5GB after one build. So 4G will give us some space.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh