makepkg: remove STRIP_DIRS
commit022ec3dbb76686337969cee6e14113b397987cfa
authorAllan McRae <allan@archlinux.org>
Wed, 29 Sep 2010 11:22:30 +0000 (29 21:22 +1000)
committerDan McGee <dan@archlinux.org>
Tue, 5 Oct 2010 15:58:05 +0000 (5 10:58 -0500)
treec8e77a6b37215e05dd594c57daf4d543d087134f
parent821ff061b181d009e0633e5ab12aec7aa608884a
makepkg: remove STRIP_DIRS

For binary packages, the majority of the time used in the debugs symbol
stripping process is the actual stripping of the binaries/libraries and
not the testing of which files to strip.  This allows more complete
stripping of packages that install to "non-standard" paths that would
not be generally included in makepkg.conf.

Any performance hit that may be apparent for (_large_) "arch=('any')"
packages can readily be avoided by disabling stripping in the PKGBUILD
options array.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
doc/makepkg.conf.5.txt
etc/makepkg.conf.in
scripts/makepkg.sh.in