From c97c4c306a43373fb813c865e55312a03fcf898f Mon Sep 17 00:00:00 2001 From: Richard Schmitt Date: Thu, 18 Jul 2024 17:52:39 -0500 Subject: [PATCH] Turn back on handle debugging after fixing backtrace --- build/debug.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/debug.cfg b/build/debug.cfg index 4015ac8..1423c3e 100644 --- a/build/debug.cfg +++ b/build/debug.cfg @@ -1,7 +1,7 @@ # # Debug and Test Options # -option(OFC_HANDLE_DEBUG "Build in debug checks for handles" OFF) +option(OFC_HANDLE_DEBUG "Build in debug checks for handles" ON) option(OFC_MESSAGE_DEBUG "Build in debug checks for messages" OFF) option(OFC_APP_DEBUG "Build in debug checks for apps" OFF) option(OFC_HEAP_DEBUG "Build in debug checks for heap" ON)