diff options
author | Måns Rullgård <mans@mansr.com> | 2007-12-04 20:01:41 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-12-04 20:01:41 +0000 |
commit | c2fd6530af26e154b4d7797f97ad36e0b459a954 (patch) | |
tree | 781b8bde98b79025a99730838b573a1f88b174ce /configure | |
parent | ae4ca617e3b36132cb077bf0e89dbb5220a053ae (diff) | |
download | ffmpeg-c2fd6530af26e154b4d7797f97ad36e0b459a954.tar.gz |
use -Bsymbolic linker flag if supported
Originally committed as revision 11164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |