use -Bsymbolic linker flag if supported

Originally committed as revision 11164 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-12-04 20:01:41 +00:00
parent ae4ca617e3
commit c2fd6530af

1
configure vendored
View File

@ -1701,6 +1701,7 @@ enabled extra_warnings && check_cflags -Winline
# add some linker flags
check_ldflags -Wl,--warn-common
check_ldflags $LDLATEFLAGS
check_ldflags -Wl,-Bsymbolic
if enabled small; then
check_cflags -Os # not all compilers support -Os