[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 26 Apr 2011 22:54:53 +0000 (22:54 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 26 Apr 2011 22:54:53 +0000 (22:54 +0000)
* uncomment the NDEBUG define.

svn path=/branches/cmake-bringup/; revision=51462

ntoskrnl/kdbg/kdb_symbols.c

index bff9696..5b27260 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <ntoskrnl.h>
 
-//#define NDEBUG
+#define NDEBUG
 #include "../cache/section/newmm.h"
 #include <debug.h>