set DebugCompile to false

This commit is contained in:
Joel Dice 2009-05-28 19:56:15 -06:00
parent f30e31e5f6
commit 02fba10614

View File

@ -32,7 +32,7 @@ vmCall();
namespace {
const bool DebugCompile = true;
const bool DebugCompile = false;
const bool DebugNatives = false;
const bool DebugCallTable = false;
const bool DebugMethodTree = false;