aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2020-09-02 13:10:31 +0200
committerAntonin Décimo2020-09-02 13:10:31 +0200
commitb1401cdc6d26ae879aa147b72114daf0be044bd0 (patch)
tree3c0e98b6c5d13142a35c3f547c8ab7616d2684ab
parent6dbb32a1a0c85e7972deb600b8b90cccd466db94 (diff)
downloadaur-b1401cdc6d26ae879aa147b72114daf0be044bd0.tar.gz
Build with debug symbols (debugoptimized).
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb796ef067c5..540fc22e8937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,6 +36,8 @@ pkgbase = xorg-server-hidpi-git
makedepends = egl-wayland
makedepends = meson
makedepends = git
+ options = debug
+ options = !strip
source = git+https://gitlab.freedesktop.org/xorg/xserver.git
source = xvfb-run
source = xvfb-run.1
diff --git a/PKGBUILD b/PKGBUILD
index 2a9e4146c2d0..da6518fb44cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,7 @@ sha256sums=('SKIP'
'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
'70b81cd399fe2d9915f4358667d6655a63d6b174e914b98e9bf5e8b188f607a6')
+options=(debug !strip)
pkgver() {
cd "${_pkgbase}"
@@ -60,6 +61,7 @@ prepare() {
arch-meson ${_pkgbase} build \
$mesonFlags \
+ --buildtype=debugoptimized \
-D os_vendor="Arch Linux" \
-D ipv6=true \
-D xvfb=true \