diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-05-16 12:08:37 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-06-16 15:25:31 +0100 |
commit | 18f09524f72ccc56273859fceb2c7cf1c7b15c78 (patch) | |
tree | fe04218b9d9c88180e03909116516c2e6384a7fc | |
parent | 623d217ed1ba168355b1887ef9ca02402b40eead (diff) | |
download | ffmpeg-18f09524f72ccc56273859fceb2c7cf1c7b15c78.tar.gz |
configure: use -x instead of -wN ..@ to strip assembly files
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>
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 \ |