[FFmpeg-devel] [PATCH] configure: use -x instead of -wN ..@ to strip assembly files
Rostislav Pehlivanov
atomnuker at gmail.com
Tue May 16 14:08:37 EEST 2017
Reduces the amount of debugging information of external asm from
uselessly verbose to informative enough.
---
configure | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure b/configure
index e4862f6a35..df849df14f 100755
--- a/configure
+++ b/configure
@@ -6185,8 +6185,7 @@ enabled rpath && add_ldlibflags -Wl,-rpath,$libdir
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
+check_stripflags -x
enabled neon_clobber_test &&
check_ldflags -Wl,--wrap,avcodec_open2 \
--
2.13.0.303.g4ebf302169
More information about the ffmpeg-devel
mailing list