Skip to content
Snippets Groups Projects
Commit 52e22b96 authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

contrib: vpx: remove strip step and fix debug symbols

Without CONFIG_DEBUG set, libvpx is calling `$(STRIP) --strip-debug`
on the final library and removes the debug symbols from it. With the
variable set, it becomes a simple copy operation.

In addition, debug symbols should be enabled for all builds since we
strip in the end, so as to have the debug symbols in a separate file
when doing releases. In case we build with optimization, remove the
assertions.
parent e1163f96
No related branches found
No related tags found
Loading
Pipeline #17605 passed with stage
in 1 hour, 56 minutes, and 41 seconds
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