mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Use global c(xx)flags for breakpad in Docker, just not LTO
This commit is contained in:
parent
dec8bdb39d
commit
0aa1031270
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ FROM builder AS breakpad
|
|||
RUN git clone -b v2024.02.16 --depth=1 https://chromium.googlesource.com/breakpad/breakpad.git \
|
||||
&& cd breakpad \
|
||||
&& git clone -b v2024.02.01 --depth=1 https://chromium.googlesource.com/linux-syscall-support.git src/third_party/lss \
|
||||
&& env -u CFLAGS -u CXXFLAGS ./configure \
|
||||
&& CFLAGS="$CFLAGS -fno-lto" CXXFLAGS="$CXXFLAGS -fno-lto" ./configure \
|
||||
&& make -j$(nproc) \
|
||||
&& make DESTDIR="{{ LibrariesPath }}/breakpad-cache" install \
|
||||
&& cd .. \
|
||||
|
|
Loading…
Add table
Reference in a new issue