summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2020-05-18 00:46:06 +0200
committerLone_Wolf2020-05-18 00:46:06 +0200
commitc4cdb3aa4eb88e5fee2bb17c6e3d000e06beebbd (patch)
tree82d297794c0f73a32f47092d0f553ffa69bddda1 /PKGBUILD
parente2aa15f30664286362e88a209ac46be811406f03 (diff)
downloadaur-c4cdb3aa4eb88e5fee2bb17c6e3d000e06beebbd.tar.gz
disabled lto, see https://bugs.archlinux.org/task/66666 and https://gitlab.freedesktop.org/mesa/mesa/-/issues/2977
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef940f1a559e..fde857791b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=20.2.0_devel.123164.beb02a781ca
+pkgver=20.2.0_devel.123819.9048adbd246
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -99,7 +99,7 @@ prepare() {
build () {
meson setup mesa _build \
-D b_ndebug=true \
- -D b_lto=true \
+ -D b_lto=false \
-D buildtype=plain \
--wrap-mode=nofallback \
-D prefix=/usr \