summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-11-01 04:47:52 -0600
committerGary Kramlich <grim@reaperworld.com>2020-11-01 04:47:52 -0600
commit0cc168118b871224518756deaa8c9b94441a7227 (patch)
treeb490e69a300f938564df14fba326502db4b2a842 /meson_options.txt
parentdc1665630ac01eff9f8f71e9dcb986d4a4eab231 (diff)
downloadpidgin-0cc168118b871224518756deaa8c9b94441a7227.tar.gz
Clean up g_log handling
Clean up the way g_log messages are handled and remove a bunch of unnecessary stuff. I removed the glibtrace stuff as this should really be done via `G_DEBUG=fatal-warnings` and not be a compile time option. Testing Done: Ran locally and verified that additional messages were showing up in the terminal (for domains that weren't previously listed). Reviewed at https://reviews.imfreedom.org/r/183/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 126e8b2b2c..8524b77c18 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,9 +7,6 @@ option('doc', type : 'boolean', value : false,
option('extraversion', type : 'string',
description : 'extra version number to be displayed in Help->About and --help (for packagers)')
-option('glib-errors-trace', type : 'boolean', value : false,
- description : 'print backtraces for glib errors')
-
option('introspection', type : 'boolean', value : true,
description : 'build introspection data')