mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
https://ffmpeg.org/ Complete and free Internet live audio and video broadcasting solution for Linux/Unix
15 lines
437 B
Diff
15 lines
437 B
Diff
diff --git a/configure b/configure
|
|
index 9d6457d..f57df0d 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -7126,8 +7126,8 @@ check_optflags -fno-signed-zeros
|
|
|
|
if enabled lto; then
|
|
test "$cc_type" != "$ld_type" && die "LTO requires same compiler and linker"
|
|
- check_cflags -flto
|
|
- check_ldflags -flto $cpuflags
|
|
+ check_cflags -flto=auto
|
|
+ check_ldflags -flto=auto $cpuflags
|
|
disable inline_asm_direct_symbol_refs
|
|
fi
|
|
|