summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBrian J. Tarricone <brian@tarricone.org>2009-09-18 17:41:43 -0700
committerBrian J. Tarricone <brian@tarricone.org>2009-09-18 17:41:43 -0700
commit0b00f6c1ea8c7e7d1ca772bf46f4c0e770970925 (patch)
treeb21d866bd8d1409d20d32e39d0480c0da3c51c3f /NEWS
parent881dcbabcc5cdc488b2b051f8a5ea7b1db0abba6 (diff)
downloadxfce4-dev-tools-0b00f6c1ea8c7e7d1ca772bf46f4c0e770970925.tar.gz
beef up the XDT_FEATURE_DEBUG macro a bit
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 420a3ad..393f7c9 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,13 @@
- Add XDT_FEATURE_LINKER_OPTS that checks for and enables useful linker
optimizations if supported. This currently only checks for
--as-needed and -O1, but more may be added in the future.
+- Beef up XDT_FEATURE_DEBUG:
+ * Add new 'minimum' debug level, which is now the default and behaves
+ similarly to the old 'no' default.
+ * Debug level 'no' disables many glib/gobject-related checks and
+ asserts (this is not really recommended).
+ * Debug level 'full' disables code optimization.
+ * The macro now takes an argument to specify the default debug level.
4.7.0
=====