[DNSRSLVR] Define NDEBUG in cache.c
[reactos.git] / base / services / dnsrslvr / cache.c
index e61cc86..b232989 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "precomp.h"
 
-//#define NDEBUG
+#define NDEBUG
 #include <debug.h>
 
 static RESOLVER_CACHE DnsCache;