From e7d0dbc87fae359b20f0a3fb60b15fb32a52ee90 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 10 Dec 2015 01:42:29 -0500 Subject: [PATCH] Turning off debug traces --- include/cyclone/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cyclone/types.h b/include/cyclone/types.h index e7f9c809..7f05354b 100644 --- a/include/cyclone/types.h +++ b/include/cyclone/types.h @@ -181,8 +181,8 @@ gc_heap *gc_get_heap(); //void gc_collector() /* GC debugging flags */ -#define GC_DEBUG_TRACE 1 -#define GC_DEBUG_VERBOSE 1 +#define GC_DEBUG_TRACE 0 +#define GC_DEBUG_VERBOSE 0 /* Additional runtime checking of the GC system. This is here because these checks should not be