set DebugCompile to false in compile.cpp

This commit is contained in:
Joel Dice 2009-10-11 16:05:37 -06:00
parent b4c1c6badf
commit b878b84d32

View File

@ -34,7 +34,7 @@ namespace {
namespace local {
const bool DebugCompile = true;
const bool DebugCompile = false;
const bool DebugNatives = false;
const bool DebugCallTable = false;
const bool DebugMethodTree = false;