[gtk/inspector-advice] inspector: Give better advice



commit 442f13ef6f28ce6ea865928760959f80f018ee0a
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Dec 21 13:25:57 2019 -0500

    inspector: Give better advice
    
    Provide the meson syntax for building a debug-enabled GLib.

 gtk/inspector/statistics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/inspector/statistics.c b/gtk/inspector/statistics.c
index fd552092fe..3ca4cd163c 100644
--- a/gtk/inspector/statistics.c
+++ b/gtk/inspector/statistics.c
@@ -396,7 +396,7 @@ constructed (GObject *object)
   else
     {
       if (instance_counts_enabled ())
-        gtk_label_set_text (GTK_LABEL (sl->priv->excuse), _("GLib must be configured with --enable-debug"));
+        gtk_label_set_text (GTK_LABEL (sl->priv->excuse), _("GLib must be configured with 
-Dbuildtype=debug"));
       gtk_stack_set_visible_child_name (GTK_STACK (sl->priv->stack), "excuse");
       gtk_widget_set_sensitive (sl->priv->button, FALSE);
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]