Skip to content
Snippets Groups Projects
Commit e52567c2 authored by Loren Merritt's avatar Loren Merritt Committed by Derek Buitenhuis
Browse files

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: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent 25cb0c1a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment