From 389908c49936cd8fcb3170fadcd217ae9f0f5ff8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 13 Aug 2022 14:21:08 -0700 Subject: Turn off debugging --- clox/src/common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clox/src/common.h b/clox/src/common.h index 6dd187a..bfb76f4 100644 --- a/clox/src/common.h +++ b/clox/src/common.h @@ -5,11 +5,11 @@ #include #include -#define DEBUG_PRINT_CODE -#define DEBUG_TRACE_EXECUTION +/* #define DEBUG_PRINT_CODE */ +/* #define DEBUG_TRACE_EXECUTION */ -#define DEBUG_STRESS_GC -#define DEBUG_LOG_GC +/* #define DEBUG_STRESS_GC */ +/* #define DEBUG_LOG_GC */ #define UINT8_COUNT (UINT8_MAX + 1) -- cgit v1.2.3-54-g00ecf