Commit 191454f2 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: remove code that disables striping in the absence of some flags

This prevents breaking (non asm) striping in that case
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e283c26c
......@@ -4527,7 +4527,7 @@ test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
# add some strip flags
# -wN '..@*' is more selective than -x, but not available everywhere.
check_stripflags -wN \'..@*\' || check_stripflags -x || strip='true'
check_stripflags -wN \'..@*\' || check_stripflags -x
enabled xmm_clobber_test &&
check_ldflags -Wl,--wrap,avcodec_open2 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment