Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=10720e9ac3130d0102688b375ccaa12a1d4315fa
commit 10720e9ac3130d0102688b375ccaa12a1d4315fa Author: crazy <[email protected]> Date: Tue Jan 30 21:19:36 2018 +0100 add info about --as-needed diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index faa7e07..24e0a14 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -23,6 +23,7 @@ esac ## from FrugalBuild. Eg, to use ..=${CFLAGS/-fstack-protector-strong/} export CARCH CHOST CFLAGS CXXFLAGS +## -Wl,--as-needed is set from makepkg. Disable with options+=('noasneeded') ## -Wl,z,now is set from makepkg. Disable with options+=('nonow') ## -Wl,z,relro is set from makepkg. Disable with options+=('norelro') export LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
