Commit c86d9872 authored by mru's avatar mru

use -Bsymbolic linker flag if supported


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11164 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f7fde171
......@@ -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