[libvirt PATCH 26/26] meson: Don't include warning flags in summary

Andrea Bolognani abologna at redhat.com
Tue Jun 1 08:37:57 UTC 2021


The list takes up half a screen on my machine and it doesn't
seem useful enough for that to be warranted, especially when it
results in other, arguably more relevant parts of the summary
being pushed off-screen.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 meson.build | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meson.build b/meson.build
index a5f6ed6f9f..28c953067c 100644
--- a/meson.build
+++ b/meson.build
@@ -2321,11 +2321,6 @@ docs_summary = {
 }
 summary(docs_summary, section: 'Documentation', bool_yn: true)
 
-build_summary = {
-  'Warning Flags': supported_cc_flags,
-}
-summary(build_summary, section: 'Build', bool_yn: true, list_sep: ' ')
-
 target_summary = {
   'OS': host_machine.system(),
   'Init script': init_script,
-- 
2.31.1




More information about the libvir-list mailing list