Browse Source

use -Bsymbolic linker flag if supported

Originally committed as revision 11164 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 17 years ago
parent
commit
c2fd6530af
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure 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


Loading…
Cancel
Save