]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Enable meson developer mode
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 15 Jul 2022 12:59:03 +0000 (14:59 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Jul 2022 08:20:48 +0000 (10:20 +0200)
mkosi.build

index 5855868acc0abc48c7ef218ae47175c4b9d6e56e..23345597192393b1c45abdb60f61df23367d3c50 100755 (executable)
@@ -60,7 +60,8 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
                 -D "rootprefix=$rootprefix" \
                 -D man=false \
                 -D translations=false \
-                -D version-tag="${VERSION_TAG}"
+                -D version-tag="${VERSION_TAG}" \
+                -D mode=developer
 fi
 
 cd "$BUILDDIR"