summaryrefslogtreecommitdiff
path: root/picom/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-23 18:53:30 +0000
committerTim Biermann <tbier@posteo.de>2021-01-23 18:53:30 +0000
commitf7f43249799b7184913eba0d95c90c2798c670c0 (patch)
tree019f90c5a6c9aadb3e2ec31618beaee65e5a53d4 /picom/Pkgfile
parent058f01431e01cb348363d971873c5bd7852797ba (diff)
downloadcontrib-f7f43249799b7184913eba0d95c90c2798c670c0.tar.gz
contrib-f7f43249799b7184913eba0d95c90c2798c670c0.tar.xz
picom: removed b_ndebug=true
Diffstat (limited to 'picom/Pkgfile')
-rw-r--r--picom/Pkgfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/picom/Pkgfile b/picom/Pkgfile
index 588bd862d..6abe0179f 100644
--- a/picom/Pkgfile
+++ b/picom/Pkgfile
@@ -15,8 +15,7 @@ build() {
meson setup build $name-$version ${PKGMK_PICOM} \
--prefix=/usr \
- --buildtype=plain \
- -D b_ndebug=true
+ --buildtype=plain
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build

Generated by cgit