summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyXor2023-12-23 12:35:27 +0100
committerGreyXor2023-12-23 12:35:27 +0100
commite43ecb7232bd4e3a7a5c257833c8db9d02b05de8 (patch)
tree9e55fb3527983cc85e0e066274b5848b9c5a240b /PKGBUILD
parent1af1c94dda587b472076afbdab37b4b6a2a31266 (diff)
downloadaur-e43ecb7232bd4e3a7a5c257833c8db9d02b05de8.tar.gz
fix: remove useless debug build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79913afedd26..4330292245f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,7 +61,7 @@ pkgver() {
}
build() {
- arch-meson "${pkgname}" build -D sd-bus-provider=libsystemd -D werror=false
+ arch-meson build "${pkgname}" -D sd-bus-provider=libsystemd -D werror=false -D b_ndebug=true
meson compile -C build
}