mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-21 05:02:50 +02:00
Fix Docker build without LTO
This commit is contained in:
parent
5c4b1f6638
commit
af061125dd
1 changed files with 1 additions and 0 deletions
|
@ -512,6 +512,7 @@ RUN git clone -b n6.1.1 --depth=1 https://github.com/FFmpeg/FFmpeg.git \
|
|||
&& ./configure \
|
||||
--extra-cflags="-fno-lto -DCONFIG_SAFE_BITSTREAM_READER=1" \
|
||||
--extra-cxxflags="-fno-lto -DCONFIG_SAFE_BITSTREAM_READER=1" \
|
||||
--extra-ldflags="-lstdc++" \
|
||||
--disable-debug \
|
||||
--disable-programs \
|
||||
--disable-doc \
|
||||
|
|
Loading…
Add table
Reference in a new issue