From 25f12ca40a070aeb43dc80b90e334614be64eecd Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Mon, 7 Jan 2008 10:16:41 -0700 Subject: [PATCH] set Verbose=false --- src/compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.cpp b/src/compile.cpp index d391f72fcb..2217dd8689 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -16,7 +16,7 @@ vmCall(); namespace { -const bool Verbose = true; +const bool Verbose = false; const bool DebugNatives = false; const bool DebugTraces = false; const bool DebugFrameMaps = false;