summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMohammed Sadiq <sadiq@sadiqpk.org>2021-06-07 17:41:23 +0530
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-12-01 11:44:17 +0000
commit3b121805ed9f7e4bcdef9c731c09f407a7759099 (patch)
treebeadb7c5c2caac85113f49210028f1676b25dbd6 /meson.build
parent9285b0deb52a3f1866ede882c7b176c28dea8722 (diff)
downloadgnome-control-center-3b121805ed9f7e4bcdef9c731c09f407a7759099.tar.gz
log: Improve logging
The 'tracing' build option is no longer needed. And the verbosity of logs can be set by providing '-v' multiple times.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 3ef24027f..77b745429 100644
--- a/meson.build
+++ b/meson.build
@@ -25,9 +25,6 @@ host_is_linux_not_s390 = host_is_linux and not host_machine.cpu().contains('s390
cc = meson.get_compiler('c')
-# Tracing
-enable_tracing = get_option('tracing')
-
config_h = configuration_data()
py = import('python')
@@ -313,7 +310,6 @@ configure_file(
summary({
'Documentation': get_option('documentation'),
'Tests': get_option('tests'),
- 'Tracing': enable_tracing,
'Optimized': control_center_optimized,
})