summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2020-05-03 01:43:52 +0200
committerLone_Wolf2020-05-03 01:43:52 +0200
commitf5063fdd2546f9f6b054150c249f972894671a59 (patch)
tree9cf21b2e0eea5c56b172f1f109183c842c74fc73
parenta69cdedd61b99f6b16ad4b4a95522350280f5ba8 (diff)
downloadaur-f5063fdd2546f9f6b054150c249f972894671a59.tar.gz
enabled lto
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb829df5585f..98f03ff02227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 20.2.0_devel.123280.f1a40a26a90
- pkgrel = 2
+ pkgrel = 3
url = https://www.mesa3d.org
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index ec15c6e31899..eef9e164341e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=lib32-mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=20.2.0_devel.123280.f1a40a26a90
-pkgrel=2
+pkgrel=3
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
'lib32-gcc-libs' 'lib32-libvdpau' 'lib32-libelf' 'git' 'lib32-libgcrypt' 'lib32-systemd'
@@ -101,6 +101,7 @@ build () {
meson setup mesa _build \
--native-file llvm32.native \
-D b_ndebug=true \
+ -D b_lto=true \
-D buildtype=plain \
--wrap-mode=nofallback \
-D prefix=/usr \