diff options
Diffstat (limited to 'src/lib/Assert.h')
-rw-r--r-- | src/lib/Assert.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <iostream> +#define NDEBUG + /**@name Macros for standard messages. */ //@{ #define COUT(text) { std::cout << text << std::endl; } |