summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h
index 893b3d70..0a3afc4d 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -52,18 +52,15 @@
#define TIMERS_ON 1
#if DEBUG_MODE
-#define NO_ASSERTS 0
#define VERIFY_ON 1
#define TRACING_ON 1
#define DEBUG_ON 1
-#elif NDEBUG
-#define NO_ASSERTS 1
+#elif NO_ASSERTS
//#define NO_LOGGING 1
#define VERIFY_ON 0
#define TRACING_ON 0
#define DEBUG_ON 0
#else
-#define NO_ASSERTS 0
#define TRACING_ON 1 // use --trace X to enable
#define VERIFY_ON 0
#define TRACING_ON 0