summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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,
})