diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-04 17:09:21 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-04 17:09:21 +0200 |
commit | a64df19c5bd22f543a254a7b93c82ade50038ff5 (patch) | |
tree | de3518fbcc17448659438895d03780036621f75d /configure | |
parent | 336901e0601ed8067018e1c51c53b5114b887cf2 (diff) | |
download | ffmpeg-a64df19c5bd22f543a254a7b93c82ade50038ff5.tar.gz |
Disable inline_asm_direct_symbol_refs if lto was requested.
This fixes link time optimizations with gcc without disabling inline asm.
Fixes ticket #2941.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4904,6 +4904,7 @@ if enabled lto; then test "$cc_type" != "$ld_type" && die "LTO requires same compiler and linker" check_cflags -flto check_ldflags -flto $cpuflags + disable inline_asm_direct_symbol_refs fi check_optflags $optflags |