diff --git a/src/compile.cpp b/src/compile.cpp index 3a098969c6..12189c216a 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -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;