prepstrip: do no strip static libs when FEATURES=splitdebug
authorMike Frysinger <vapier@gentoo.org>
Sun, 5 Jan 2014 14:38:59 +0000 (09:38 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 5 Jan 2014 14:40:29 +0000 (09:40 -0500)
commit6dcc94c83bfcfd642d12558bf294e3c6ac0a81da
tree5c8943efaa0f3367eabb090302013e9117005e3c
parenta01ac6b7baef29a30cabb08ea619c9c0948df4d6
prepstrip: do no strip static libs when FEATURES=splitdebug

When people have splitdebug enabled, they want debugging info to be
available to them.  Unfortunately, splitdebug doesn't work with static
archives, so we have to leave it in.  Stripping of that will be delayed
to when the final ELF is linked.
bin/ebuild-helpers/prepstrip