summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-05-02 01:46:02 +0200
committerBenjamin Otte <otte@redhat.com>2012-05-02 02:00:11 +0200
commitb0317280e7ff5428120648a160a462ef83f48fd3 (patch)
tree5d8dcab29f033a77d02e2fae02ce6da75b39ce8f /docs
parentd22a632b545fada65320dfdbe2c7a7914bcefdf7 (diff)
downloadgtk+-b0317280e7ff5428120648a160a462ef83f48fd3.tar.gz
build: Set G_ENABLE_DEBUG for minimal --enable-debug=minimum
With that flag set, we get GDK_DEBUG and GTK_DEBUG support. And those provide useful features we want when debugging.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/running.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml
index 147637e42d..fe91aead74 100644
--- a/docs/reference/gtk/running.sgml
+++ b/docs/reference/gtk/running.sgml
@@ -58,8 +58,8 @@ warning that occurs.
<para>
A list of <link linkend="GTK-Debug-Options">debug options</link>
to turn on in addition to those specified in the <envar>GTK_DEBUG</envar>
-environment variable. This option is only available if GTK+ has been
-configured with <option>--enable-debug=yes</option>.
+environment variable. This option is not available if GTK+ has been
+configured with <option>--enable-debug=no</option>.
</para>
</formalpara>
@@ -134,7 +134,7 @@ additional environment variables.
<title><envar>GTK_DEBUG</envar></title>
<para>
- If GTK+ has been configured with <option>--enable-debug=yes</option>,
+ Unless GTK+ has been configured with <option>--enable-debug=no</option>,
this variable can be set to a list of debug options, which cause GTK+
to print out different types of debugging information.
<variablelist>