summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2020-05-18 01:04:22 +0200
committerLone_Wolf2020-05-18 01:04:22 +0200
commit678897255be5f975e7aadcc02d14f734ca94c2d4 (patch)
treef3090de8dbe6e536d7c2c73c2f88b07534ed186b
parent38a7ad60326c903713242dc5a65a60d5e36ab04a (diff)
downloadaur-678897255be5f975e7aadcc02d14f734ca94c2d4.tar.gz
disabled lto, see https://bugs.archlinux.org/task/66666 and https://gitlab.freedesktop.org/mesa/mesa/-/issues/2977
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0b081abcf80..8b74d93d5b41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 20.2.0_devel.123531.1a59590e5d6
+ pkgver = 20.2.0_devel.123819.9048adbd246
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 13e83697d010..6a2e076818b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=lib32-mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=20.2.0_devel.123531.1a59590e5d6
+pkgver=20.2.0_devel.123819.9048adbd246
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -101,7 +101,7 @@ build () {
meson setup mesa _build \
--native-file llvm32.native \
-D b_ndebug=true \
- -D b_lto=true \
+ -D b_lto=false \
-D buildtype=plain \
--wrap-mode=nofallback \
-D prefix=/usr \