From 65c7df38f4207f7b328e0145eeff6585b06f1793 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 22 Nov 2004 03:44:18 +0000 Subject: Change "ifdef DEBUG" to "ifndef NDEBUG" for asserts and other low footprint debugging stuff, so building with assrets enabled by default. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') 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 . + * 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 . * Fix possible buffer overrun on linux printk. -- cgit v1.2.3