summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49fa20d20eac..53b7ce163c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,6 @@ source=("${pkgname%-*}::git+https://github.com/swaywm/sway.git")
sha512sums=("SKIP")
provides=("sway")
conflicts=("sway")
-#options=(debug)
install=sway-strace-git.install
pkgver() {
@@ -57,6 +56,7 @@ pkgver() {
build() {
cd "$_pkgname"
meson \
+ --buildtype=debug \
-Dwerror=false \
-Dtray=enabled \
-Dgdk-pixbuf=enabled \