Commit c2fd6530 authored by Måns Rullgård's avatar Måns Rullgård

use -Bsymbolic linker flag if supported

Originally committed as revision 11164 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ae4ca617
......@@ -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
......
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