disable debug logging in compile.cpp

This commit is contained in:
Joel Dice 2011-02-02 08:32:40 -07:00
parent 5586f8133c
commit 4d5aeb5ab2

View File

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