diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-08-14 14:12:34 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-08-14 14:12:34 +0200 |
commit | 19f3a868f4c3074aca17a2a46985b4c00ca56490 (patch) | |
tree | f8a5faf1d76417b8ed3e2cdd6ad2934d12d7f51d /makepkg-i686.conf | |
parent | f1ee5208ed48d63b57fd34d64913d87437a43375 (diff) | |
download | devtools32-19f3a868f4c3074aca17a2a46985b4c00ca56490.tar.xz |
update makepkg.conf from pacman 3.5.4-4
Diffstat (limited to 'makepkg-i686.conf')
-rw-r--r-- | makepkg-i686.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makepkg-i686.conf b/makepkg-i686.conf index 73c7fbf..9120183 100644 --- a/makepkg-i686.conf +++ b/makepkg-i686.conf @@ -29,9 +29,9 @@ CHOST="i686-pc-linux-gnu" #-- Exclusive: will only run on i686 # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family -CFLAGS="-march=i686 -mtune=generic -O2 -pipe" -CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe" -LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" +CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" +CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" +LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" |