disable debug logging in compile.cpp

This commit is contained in:
Joel Dice 2010-11-08 04:15:31 +00:00
parent 5d5dbd860b
commit 36a8ba28e5

View File

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