artifacts in rendering text in GNOME and chromium based applications if mesa builded with LTO flags

This commit is contained in:
Reza Jahanbakhshi 2022-05-21 17:42:04 +02:00
parent 18ee692fc4
commit c27c271985
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 22.2.0_devel.153446.7ea2e86a8b5.3cc0e974fa373c7b4680878df5ed6e21
pkgver = 22.2.0_devel.154303.e8eb6d13a5d.d41d8cd98f00b204e9800998ecf8427e
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64

View File

@ -12,7 +12,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=22.2.0_devel.153458.c881e718d44.d41d8cd98f00b204e9800998ecf8427e
pkgver=22.2.0_devel.154303.e8eb6d13a5d.d41d8cd98f00b204e9800998ecf8427e
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@ -116,7 +116,6 @@ prepare() {
build () {
meson setup mesa _build \
-D b_ndebug=true \
-D b_lto=true \
-D buildtype=plain \
--wrap-mode=nofallback \
-D prefix=/usr \