diff options
author | Igor Raits <i.gnatenko.brain@gmail.com> | 2020-06-18 16:45:27 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-06-21 23:49:39 +0300 |
commit | d6c6b933c464d2689751da4f78cdd6463a4bc041 (patch) | |
tree | 7eefd48fdb18f1ff7ee7a685c1511aca8ccb3366 /data/macros.meson | |
parent | e353b2e8d48c8ffce579342fac9ccfc62127bec8 (diff) | |
download | meson-d6c6b933c464d2689751da4f78cdd6463a4bc041.zip meson-d6c6b933c464d2689751da4f78cdd6463a4bc041.tar.gz meson-d6c6b933c464d2689751da4f78cdd6463a4bc041.tar.bz2 |
mcompile: Add --verbose mode
Closes: https://github.com/mesonbuild/meson/issues/7352
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'data/macros.meson')
-rw-r--r-- | data/macros.meson | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/macros.meson b/data/macros.meson index 8a66c96..cc4953c 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 \ |