SHA256
1
0
forked from pool/Mesa

- Disable LTO for AMD64. It seems fixes issues with incorrect graphical display on AMD GPUs

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1301
This commit is contained in:
Stefan Dirsch 2024-06-19 22:33:04 +00:00 committed by Git OBS Bridge
parent 48f24703a9
commit 40ac861c4e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 19 17:31:26 UTC 2024 - Mikhail Paulyshka <me@mixaill.net>
- Disable LTO for AMD64
-------------------------------------------------------------------
Tue Jun 18 06:18:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -25,7 +25,7 @@
%global psuffix %{nil}
%endif
%ifarch armv6l armv6hl
%ifarch %{ix86} x86_64 armv6l armv6hl
%define _lto_cflags %{nil}
%endif