summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils.h b/src/utils.h
index 24f424b7..9135abde 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -49,17 +49,17 @@
*/
/*@{*/
+#define TIMERS_ON 1
+
#if defined(DEBUG_MODE)
#define VERIFY_ON 1
#define TRACING_ON 1
#define DEBUG_ON 1
-#define TIMERS_ON 1
#elif defined(NDEBUG)
#define NO_ASSERTS 1
-#define NO_LOGGING 1
+//#define NO_LOGGING 1
#else
#define TRACING_ON 1 // use --trace X to enable
-#define TIMERS_ON 1
#endif
/*@}*/