From 8145089e964d1cc1b3c1f490f0b2ed1bb5af91e4 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sun, 17 Mar 2024 00:49:23 -0400 Subject: [PATCH] Enable debug logging in relwithdebuginfo --- indra/llcommon/llerror.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h index 8d9db6fddae..4ff7e360815 100644 --- a/indra/llcommon/llerror.h +++ b/indra/llcommon/llerror.h @@ -57,11 +57,12 @@ const int LL_ERR_NOERR = 0; #else // _DEBUG #ifdef LL_RELEASE_WITH_DEBUG_INFO -#define SHOW_ASSERT +#define SHOW_ASSERT 1 +#define SHOW_DEBUG 1 #endif // LL_RELEASE_WITH_DEBUG_INFO #ifdef RELEASE_SHOW_DEBUG -#define SHOW_DEBUG +#define SHOW_DEBUG 1 #endif #ifdef RELEASE_SHOW_WARN -- GitLab