summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xine-utils/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/monitor.c b/src/xine-utils/monitor.c
index 803d4ecdd..1a348087c 100644
--- a/src/xine-utils/monitor.c
+++ b/src/xine-utils/monitor.c
@@ -33,7 +33,7 @@
#define MAX_ID 10
-#ifdef DEBUG
+#ifndef NDEBUG
static long long int profiler_times[MAX_ID] ;
static long long int profiler_start[MAX_ID] ;