From 6743c97383a7c153a61cac8edb327386e4d8d673 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 11 Jun 2012 11:32:05 +0200 Subject: update makepkg.conf and pacman.conf --- makepkg-x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makepkg-x86_64.conf') diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index ff460ec..4de5c67 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -31,7 +31,7 @@ CHOST="x86_64-unknown-linux-gnu" # -mtune optimizes for an architecture, but builds for whole processor family CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" CXXFLAGS="-march=x86-64 -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" +LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" -- cgit v1.2.3-54-g00ecf