summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-01-17 16:29:19 +0100
committerLubosz Sarnecki2020-01-17 16:29:19 +0100
commitb5fd86d79a1a83c8da51c08a30bb2cfa1464cadd (patch)
treeb3b594f91a94a06a0f951f22c75ba5a7e9a89b03
parent01d683656d8346d1774adb00968316eb22fcdf9d (diff)
downloadaur-b5fd86d79a1a83c8da51c08a30bb2cfa1464cadd.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 2b4b160997a5..b5632ab89b55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,8 +16,6 @@ pkgbase = gxr-git
optdepends = monado-git: The open source OpenXR runtime.
provides = gxr=0.13.99.813.56622d0
conflicts = gxr
- options = debug
- options = !strip
source = git+https://gitlab.freedesktop.org/xrdesktop/gxr.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e2af83bafa3b..02495e64785d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ provides=("$_realname="$pkgver)
conflicts=("$_realname")
makedepends=('meson' 'git' 'vulkan-headers')
license=('MIT')
-options=('debug' '!strip')
source=('git+https://gitlab.freedesktop.org/xrdesktop/gxr.git')