SHA256
1
0
forked from pool/Mesa

Accepting request 1181825 from X11:XOrg

- Disable LTO on %ix86/x86_64 due to rendering bugs on Radeon
  graphics (boo#1226462)

OBS-URL: https://build.opensuse.org/request/show/1181825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=509
This commit is contained in:
Ana Guerrero 2024-06-21 14:02:10 +00:00 committed by Git OBS Bridge
commit 323cd840d6
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 19 17:31:26 UTC 2024 - Mikhail Paulyshka <me@mixaill.net>
- Disable LTO on %ix86/x86_64 due to rendering bugs on Radeon
graphics (boo#1226462)
-------------------------------------------------------------------
Tue Jun 18 06:18:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,5 +1,5 @@
#
# spec file for package Mesa
# spec file
#
# Copyright (c) 2024 SUSE LLC
#
@ -25,7 +25,7 @@
%global psuffix %{nil}
%endif
%ifarch armv6l armv6hl
%ifarch %{ix86} x86_64 armv6l armv6hl
%define _lto_cflags %{nil}
%endif