summaryrefslogtreecommitdiff
path: root/mm-common/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-23 18:17:56 +0000
committerTim Biermann <tbier@posteo.de>2021-01-23 18:17:56 +0000
commitd4549d3ab35aade8abdc7c2db86a70f0444bb77e (patch)
tree90a0fddbc537f5cb60b4c18bfd084d47242de651 /mm-common/Pkgfile
parent07a8f74f80f6a4a5305db4f0e8a0e536d269f851 (diff)
downloadcontrib-d4549d3ab35aade8abdc7c2db86a70f0444bb77e.tar.gz
contrib-d4549d3ab35aade8abdc7c2db86a70f0444bb77e.tar.xz
mm-common: removed b_ndebug=true
Diffstat (limited to 'mm-common/Pkgfile')
-rw-r--r--mm-common/Pkgfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mm-common/Pkgfile b/mm-common/Pkgfile
index 9d89da79a..05fd6d756 100644
--- a/mm-common/Pkgfile
+++ b/mm-common/Pkgfile
@@ -11,8 +11,7 @@ source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.ta
build() {
meson setup $name-$version build \
--prefix=/usr \
- --buildtype=plain \
- -Db_ndebug=true
+ --buildtype=plain
meson compile -C build -j ${JOBS-1}
DESTDIR=$PKG meson install -C build

Generated by cgit