From d136f9fd42bb8ed3aa03e2e4a9d437409ab954fc Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 26 Mar 2023 21:21:10 +0300 Subject: [PATCH] Comment PRINT_BACKTRACE --- Core/Lock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Lock.cpp b/Core/Lock.cpp index ea71048..d1b2232 100644 --- a/Core/Lock.cpp +++ b/Core/Lock.cpp @@ -5,7 +5,7 @@ #include "../kernel.h" -#define PRINT_BACKTRACE +// #define PRINT_BACKTRACE #ifdef PRINT_BACKTRACE #pragma GCC diagnostic ignored "-Wframe-address"