summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2004-11-22 03:44:18 +0000
committerGuillem Jover <guillem@debian.org>2004-11-22 03:44:18 +0000
commit65c7df38f4207f7b328e0145eeff6585b06f1793 (patch)
tree94cab0e74ee0696a8e7f14464e7480c2497815aa /debian/changelog
parent6931beb17e24166d9cbf187b5d03f73e42171ecd (diff)
Change "ifdef DEBUG" to "ifndef NDEBUG" for asserts and other low
footprint debugging stuff, so building with assrets enabled by default.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d2acc9..5e9730b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,8 @@ gnumach (1:20040915.dfsg.1-1) unstable; urgency=low
- linux/src/drivers/scsi/qlogicisp_asm.c: Likewise.
* Disable floating point emulation usage.
* Disable qlogicisp firmware loading.
- * Enable debug code by default (disable with NDEBUG).
- Thanks to Neal H. Walfield <neal@cs.uml.edu>.
+ * Change "ifdef DEBUG" to "ifndef NDEBUG" for asserts and other low
+ footprint debugging stuff, so building with asserts enabled by default.
* Fix double free and memory loss probing partition table.
Thanks to Neal H. Walfield <neal@cs.uml.edu>.
* Fix possible buffer overrun on linux printk.