summaryrefslogtreecommitdiffstats
path: root/raslib/rmdebug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'raslib/rmdebug.cc')
-rw-r--r--raslib/rmdebug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/raslib/rmdebug.cc b/raslib/rmdebug.cc
index d047812..c0409c5 100644
--- a/raslib/rmdebug.cc
+++ b/raslib/rmdebug.cc
@@ -46,7 +46,7 @@ using namespace std;
#include "raslib/odmgtypes.hh"
int RManDebug = 0; // debug level (0-4), 0 means no debug info at all
-int RManBenchmark = 0; // benchmark level (0-4)
+int RManBenchmark = 4; // benchmark level (0-4)
// initialization of static variables for RMDebug
int RMDebug::level = 0;