From d6c6b933c464d2689751da4f78cdd6463a4bc041 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Thu, 18 Jun 2020 16:45:27 +0200 Subject: mcompile: Add --verbose mode Closes: https://github.com/mesonbuild/meson/issues/7352 Signed-off-by: Igor Raits --- data/macros.meson | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/macros.meson b/data/macros.meson index 8a66c9657..cc4953c5f 100644 --- a/data/macros.meson +++ b/data/macros.meson @@ -28,6 +28,7 @@ %{shrink:%{__meson} compile \ -C %{_vpath_builddir} \ -j %{_smp_build_ncpus} \ + --verbose \ %{nil}} %meson_install \ -- cgit v1.2.3