diff options
author | Nathan Binkert <binkertn@umich.edu> | 2006-11-11 20:46:56 -0800 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2006-11-11 20:46:56 -0800 |
commit | 3f280bb2e86ed8282862ec8fae84b8061f290bf7 (patch) | |
tree | 5f1f8ed709125b415d845c29f28f75586c9cedab /src/base | |
parent | aec0afd59fa1c646f0630d58b5d6b97638aff7d2 (diff) | |
download | gem5-3f280bb2e86ed8282862ec8fae84b8061f290bf7.tar.xz |
set TRACING_ON one way or another explicitly in the
SConscript file instead of basing it on DEBUG
--HG--
extra : convert_revision : 6e6807cc4350ef92baeaaabfeb3dc0bb785128ba
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/trace.hh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/base/trace.hh b/src/base/trace.hh index 8df5dd893..9b053990c 100644 --- a/src/base/trace.hh +++ b/src/base/trace.hh @@ -39,14 +39,6 @@ #include "sim/host.hh" #include "sim/root.hh" -#ifndef TRACING_ON -#ifndef NDEBUG -#define TRACING_ON 1 -#else -#define TRACING_ON 0 -#endif -#endif - #include "base/traceflags.hh" namespace Trace { |