summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-01-17 16:28:37 +0100
committerLubosz Sarnecki2020-01-17 16:28:37 +0100
commit3541384f11b48119302b034df57dbd0968881892 (patch)
tree8223e0a74b3a99166bd34c03525dd5c6cffbdd8c
parente88fdc39fb579ae5c1aa64fce5ebc9c530428e35 (diff)
downloadaur-3541384f11b48119302b034df57dbd0968881892.tar.gz
don't build debug and strip.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c997d515c82..0a2ef8220c17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,8 +17,6 @@ pkgbase = gulkan-git
depends = cairo
provides = gulkan=0.13.99.140.9684b5e
conflicts = gulkan
- options = debug
- options = !strip
source = git+https://gitlab.freedesktop.org/xrdesktop/gulkan.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c7bbafdf97aa..8a07c89c7c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ provides=("$_realname="$pkgver)
conflicts=("$_realname")
makedepends=('meson' 'git' 'glslang' 'vulkan-headers' 'gtk-doc')
license=('MIT')
-options=('debug' '!strip')
source=('git+https://gitlab.freedesktop.org/xrdesktop/gulkan.git')
md5sums=('SKIP')