From 8591703b11472fa62840e273e13febfe87829bd1 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Fri, 24 Apr 2009 19:24:17 +0200 Subject: Some changes to fcch search function and added first sch search functions --- src/lib/Assert.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/Assert.h') diff --git a/src/lib/Assert.h b/src/lib/Assert.h index 6c04f18..acfb3f7 100644 --- a/src/lib/Assert.h +++ b/src/lib/Assert.h @@ -26,6 +26,8 @@ #include "stdio.h" #include +#define NDEBUG + /**@name Macros for standard messages. */ //@{ #define COUT(text) { std::cout << text << std::endl; } -- cgit v1.2.3