ccache: Automatically set size to 8GB

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-05-28 12:01:30 +01:00
parent 992fdd3d07
commit 4e54a8e2d6
2 changed files with 4 additions and 3 deletions

View File

@@ -40,9 +40,6 @@ ifeq "$(PASS)" "1"
CFLAGS := $(patsubst -mfunction-return=%,,$(CFLAGS))
endif
# Set max cache size to 5GB
CFLAGS += -DDEFAULT_MAXSIZE=5242880
###############################################################################
# Top-level Rules
###############################################################################