diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h index 8d9db6fddaede6b9832043a8d14acfe317459874..4ff7e3608153ee82c3144a0ae8e67504436fd2fb 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