Re: [arch-dev-public] Stripping of static libraries by makepkg

2013-09-16 Thread Ike Devolder
Op zondag 15 september 2013 23:06:42 schreef Dicebot: > On 09/15/2013 09:42 PM, Dicebot wrote: > > My default makepkg.conf looks like this: > > > > ``` STRIP_BINARIES="--strip-all" #-- Options to be used when > > stripping shared libraries. See `man strip' for details. > > STRIP_SHARED="--strip-un

Re: [arch-dev-public] Stripping of static libraries by makepkg

2013-09-15 Thread Dicebot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/15/2013 09:42 PM, Dicebot wrote: > My default makepkg.conf looks like this: > > ``` STRIP_BINARIES="--strip-all" #-- Options to be used when > stripping shared libraries. See `man strip' for details. > STRIP_SHARED="--strip-unneeded" #-- Option

[arch-dev-public] Stripping of static libraries by makepkg

2013-09-15 Thread Dicebot
My default makepkg.conf looks like this: ``` STRIP_BINARIES="--strip-all" #-- Options to be used when stripping shared libraries. See `man strip' for details. STRIP_SHARED="--strip-unneeded" #-- Options to be used when stripping static libraries. See `man strip' for details. STRIP_STATIC="--strip-