Disable debug messages
authorKJK::Hyperion <hackbunny@reactos.org>
Thu, 30 Dec 2004 08:13:00 +0000 (08:13 +0000)
committerKJK::Hyperion <hackbunny@reactos.org>
Thu, 30 Dec 2004 08:13:00 +0000 (08:13 +0000)
svn path=/trunk/; revision=12401

reactos/ntoskrnl/mm/elf.c

index c355faf..bff29a8 100644 (file)
@@ -1,9 +1,9 @@
-/* $Id: elf.c,v 1.2 2004/12/30 05:59:11 hyperion Exp $
+/* $Id: elf.c,v 1.3 2004/12/30 08:13:00 hyperion Exp $
 */
 
 #include <ntoskrnl.h>
 
-/*#define NDEBUG*/
+#define NDEBUG
 #include <internal/debug.h>
 
 #include <reactos/exeformat.h>