]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ccache
samba: update to 4.13.0
[people/pmueller/ipfire-2.x.git] / lfs / ccache
index 9ed6c311a82f576c97f5a374875521cfb3705ef7..1361f3ed07a58783845db13eeab713c3b5de2cc3 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2017  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -34,15 +34,15 @@ TARGET     = $(DIR_INFO)/$(THISAPP)-pass$(PASS)
 
 ifeq "$(PASS)" "1"
        CFLAGS := $(patsubst -march=%,,$(CFLAGS))
+       CFLAGS := $(patsubst -mtune=%,,$(CFLAGS))
        CFLAGS := $(patsubst -mfpu=%,,$(CFLAGS))
        CFLAGS := $(patsubst -mfloat-abi=%,,$(CFLAGS))
        CFLAGS := $(patsubst -mindirect-branch=%,,$(CFLAGS))
        CFLAGS := $(patsubst -mfunction-return=%,,$(CFLAGS))
+       CFLAGS := $(patsubst -fstack-clash-protection,,$(CFLAGS))
+       CFLAGS := $(patsubst -fcf-protection,,$(CFLAGS))
 endif
 
-# Set max cache size to 5GB
-CFLAGS += -DDEFAULT_MAXSIZE=5242880
-
 ###############################################################################
 # Top-level Rules
 ###############################################################################