docs/debugging.txt: Add a warning about --enable-debug=no,

some editorial changes.
This commit is contained in:
Matthias Clasen 2001-08-15 09:24:15 +00:00
parent 370046c735
commit 0e32a729ec
8 changed files with 44 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,

View File

@ -1,3 +1,8 @@
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,

View File

@ -1,3 +1,8 @@
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,

View File

@ -1,3 +1,8 @@
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,

View File

@ -1,3 +1,8 @@
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,

View File

@ -1,3 +1,8 @@
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,

View File

@ -1,3 +1,8 @@
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,

View File

@ -38,8 +38,14 @@ time by the --enable-debug option.
Disable all debugging support (fastest)
sets G_DISABLE_ASSERT, G_DISABLE_CHECKS, and GTK_NO_CHECK_CASTS
Note that !G_DISABLE_CHECKS and --enable-debug=no are to be considered
not only fast, but dangerous as they tend to destabilize even mostly
bug-free software by changing the effect of many bugs from simple warnings
into fatal crashes. Thus --enable-debug=no should *not* be used for
stable releases of gtk+.
RUN TIME OPTIONS
RUNTIME OPTIONS
----------------
At run time, if GTK+ was compiled with debugging enabled, different
@ -96,5 +102,5 @@ and the object system.
'updates' - Visual feedback about window updates
- Owen Taylor <owt1@cornell.edu>
98/02/19
- 2001-08-13 Matthias Clasen
- 98/02/19 Owen Taylor