We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69a954 commit 68aea18Copy full SHA for 68aea18
utils/tools.h
@@ -52,7 +52,7 @@
52
#include <omp.h> /* OpenMP */
53
#endif
54
55
-#ifdef NDEBUG
+/*#ifdef NDEBUG
56
#define ASSERT(EXPRESSION) ((void)0)
57
#else
58
#if defined(__GNUC__) || defined(__clang__)
@@ -66,7 +66,7 @@
66
? (void)0 \
67
: cmaple::_my_assert(#EXPRESSION, __func__, __FILE__, __LINE__))
68
69
-#endif
+#endif*/
70
71
#define USE_HASH_MAP
72
0 commit comments