From 80ef7a5b40d993d25f13d0767c912d8c7276dc9b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 1 May 2021 12:56:48 +0200 Subject: core/pacman: drom -fcf-protection from makepkg.conf - it makes trouble on i486, is irelevant on i686 and was not enabled anyways before --- core/pacman/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/pacman/makepkg.conf') diff --git a/core/pacman/makepkg.conf b/core/pacman/makepkg.conf index c6e79cb9..006ece0d 100644 --- a/core/pacman/makepkg.conf +++ b/core/pacman/makepkg.conf @@ -40,7 +40,7 @@ CPPFLAGS="" CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS \ -Wformat -Werror=format-security \ - -fstack-clash-protection -fcf-protection" + -fstack-clash-protection" CXXFLAGS="$CFLAGS" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" #RUSTFLAGS="-C opt-level=2" -- cgit v1.2.3-54-g00ecf