SHA256
1
0
forked from pool/gzdoom

- Turn off LTO, it is broken. [boo#1142267]

OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=26
This commit is contained in:
Jan Engelhardt 2019-08-23 12:38:19 +00:00 committed by Git OBS Bridge
parent 6da4db3f66
commit 83a92e24d7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 23 12:28:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Turn off LTO, it is broken. [boo#1142267]
-------------------------------------------------------------------
Sun Jun 9 11:31:24 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -98,6 +98,7 @@ perl -i -pe 's{<unknown version>}{%version}g' \
tools/updaterevision/updaterevision.c
%build
%define _lto_cflags %nil
# We must not strip - %%debug_package will take care of it
# Deactivate -Wl,--as-needed
%cmake -DNO_STRIP=1 \