From b878b84d323cfb2bfb08f24e4ec2f81f193ab6c3 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 11 Oct 2009 16:05:37 -0600 Subject: [PATCH] set DebugCompile to false in compile.cpp --- src/compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.cpp b/src/compile.cpp index b393dd8a64..f623615f4d 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -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;