]> git.sesse.net Git - ffmpeg/commitdiff
configure: use -x instead of -wN ..@ to strip assembly files
authorRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 16 May 2017 11:08:37 +0000 (12:08 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Fri, 16 Jun 2017 14:25:31 +0000 (15:25 +0100)
Reduces the amount of debugging information of external asm from
uselessly verbose to informative enough.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Reviewed-by: James Darnley <james.darnley@gmail.com>
configure

index e3941f9dfd79557af12ef95a0da7373955b5df48..9509bdf09c2b935122f2157bf60f8100d355ff71 100755 (executable)
--- a/configure
+++ b/configure
@@ -6194,8 +6194,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              \