summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2024-03-20 14:38:18 +0100
committerLone_Wolf2024-03-20 14:38:18 +0100
commitdbdae06ffffa6357ee500a55ee06fadb0d5d21e9 (patch)
tree3abcc86dea7206c5f64b637bac6735ba548e8522 /PKGBUILD
parent06927d7e787084d5679ed6ca54349d1d54e5206d (diff)
downloadaur-dbdae06ffffa6357ee500a55ee06fadb0d5d21e9.tar.gz
added !debug to options=
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d885928f6659..ba3c38bfb582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@
pkgbase=mesa-minimal-git
pkgname=(mesa-minimal-git opencl-rusticl-mesa-minimal-git)
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=24.1.0_devel.185149.642b12baef6
-pkgrel=2
+pkgver=24.1.0_devel.186510.f88922e8161
+pkgrel=1
arch=('x86_64')
makedepends=(git meson ninja libglvnd python-mako xorgproto libxml2 libx11 libva elfutils libxrandr
wayland-protocols glslang llvm-minimal-git libdrm libclc-minimal-git clang-minimal-git
@@ -34,7 +34,8 @@ md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a')
sha512sums=('SKIP'
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2')
-options=(!emptydirs !lto)
+options=(!emptydirs !lto !debug)
+
# ninja grabs all available cores and leaves almost nothing for other processes.
# this package uses the environment variable NINJAFLAGS to allow the user to change this behaviour