summaryrefslogtreecommitdiff
path: root/base/trace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/trace.hh')
-rw-r--r--base/trace.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/trace.hh b/base/trace.hh
index 805a925a6..5aeaac445 100644
--- a/base/trace.hh
+++ b/base/trace.hh
@@ -36,7 +36,7 @@
#include "sim/universe.hh"
#ifndef TRACING_ON
-#ifdef DEBUG
+#ifndef NDEBUG
#define TRACING_ON 1
#else
#define TRACING_ON 0