summarylogtreecommitdiffstats
path: root/makepkg.conf
diff options
context:
space:
mode:
authorEli Schwartz2019-01-13 21:06:13 -0500
committerEli Schwartz2019-01-13 23:15:14 -0500
commit21db80131c12c974f71ef72930d8e633b327722b (patch)
tree41c0263c2c3f16cf7194cdc2be86325d68d2a9c9 /makepkg.conf
parent3655a0e348935fd34c67472e1a10b99ac21d561d (diff)
downloadaur-21db80131c12c974f71ef72930d8e633b327722b.tar.gz
upgpkg: pacman-git 5.1.1.r115.g10bcf66d-1
update optdepends and makepkg.conf to match core/pacman
Diffstat (limited to 'makepkg.conf')
-rw-r--r--makepkg.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/makepkg.conf b/makepkg.conf
index 15c2f9ad978a..11372171ecce 100644
--- a/makepkg.conf
+++ b/makepkg.conf
@@ -37,8 +37,8 @@ CHOST="@CHOST@"
#-- Compiler and Linker Flags
CPPFLAGS="-D_FORTIFY_SOURCE=2"
-CFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
-CXXFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
+CFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fno-plt"
+CXXFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fno-plt"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"