summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-07-07 09:07:15 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-07-07 09:07:31 -0500
commit13d15234c0b716da6f5589717450128b71b4289d (patch)
tree181c46a099b1001a650d1d6609e41c69b134bcf0 /meson_options.txt
parentc0d70917e5536db2e58a2dfa23fc8ee813365333 (diff)
downloadglib-networking-13d15234c0b716da6f5589717450128b71b4289d.tar.gz
Add warning that debug logging is slow
If the banner warning not to second-guess our defaults is not enough for distros, hopefully this will help.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0621c52..f022e3d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,4 +7,4 @@ option('libproxy', type: 'feature', value: 'auto', description: 'support for lib
option('gnome_proxy', type: 'feature', value: 'auto', description: 'support for GNOME desktop proxy configuration')
option('installed_tests', type: 'boolean', value: false, description: 'enable installed tests')
option('static_modules', type: 'boolean', value: false, description: 'build static modules')
-option('debug_logs', type: 'boolean', value: false, description: 'enable debug log messages')
+option('debug_logs', type: 'boolean', value: false, description: 'enable debug log messages (slow)')