X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fccache;h=94d7bd149e5383c76186993d699ab3531dbd6e6f;hp=9ed6c311a82f576c97f5a374875521cfb3705ef7;hb=4e54a8e2d6d4286f85a38a492d34452092404b24;hpb=9434bffaf23228be1774a63ad19d4751339e663c diff --git a/lfs/ccache b/lfs/ccache index 9ed6c311a8..94d7bd149e 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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 ###############################################################################