Accepting request 1074132 from home:marxin:branches:multimedia:libs

- Enable LTO as the GCC issue is fixed with gcc13 (boo#1133278).

OBS-URL: https://build.opensuse.org/request/show/1074132
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=261
This commit is contained in:
Takashi Iwai 2023-03-27 07:02:01 +00:00 committed by Git OBS Bridge
parent 8ec3d4eb14
commit 87f4d1ac38
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 23 14:59:04 UTC 2023 - Martin Liška <mliska@suse.cz>
- Enable LTO as the GCC issue is fixed with gcc13 (boo#1133278).
-------------------------------------------------------------------
Thu Jan 26 15:20:09 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -15,7 +15,8 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%ifarch armv7 armv7hl
# Tumbleweed compiler works fine on all platforms
%if 0%{?suse_version} < 1599
%define _lto_cflags %{nil}
%endif