From df20ce92f7aff7f26335c5b9e9dc35cf1e0bf94c Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 1 Jan 2008 18:48:04 -0700 Subject: [PATCH] set Verbose=false --- src/heap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heap.cpp b/src/heap.cpp index 89b001678c..3c350c8597 100644 --- a/src/heap.cpp +++ b/src/heap.cpp @@ -16,7 +16,7 @@ const unsigned Top = ~static_cast(0); const unsigned InitialGen2CapacityInBytes = 4 * 1024 * 1024; -const bool Verbose = true; +const bool Verbose = false; const bool Verbose2 = false; const bool Debug = false; const bool DebugFixies = false;