build: Strip spurious labels
authorLoren Merritt <lorenm@u.washington.edu>
Thu, 12 Sep 2013 18:06:23 +0000 (18:06 +0000)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Mon, 7 Oct 2013 10:20:15 +0000 (06:20 -0400)
commite52567c2954f627d420b30f75f71af2f2e4afe80
tree83edab8449b05a288229c18f8c534d2c40defea2
parent25cb0c1a1e66edacc1667acf6818f524c0997f10
build: Strip spurious labels

The implementation of 25cb0c1a involves lots of spurious labels.

The effect of keeping those labels around is making debugging harder.
Those labels are meaningless, and complicate the disassembly. Also,
gdb can't tell the difference between them and function entry points.

This new strip command is irrelevant to any usage of Libav that would
have used the old fully stripped version, because the old one was for
non-debug use.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
configure
library.mak