From 02fba106148bbb786afa2b9a31c6060388079c34 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 28 May 2009 19:56:15 -0600 Subject: [PATCH] set DebugCompile to false --- src/compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.cpp b/src/compile.cpp index f43f2f5623..3317756106 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -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;