Skip to content
Snippets Groups Projects
Commit 8145089e authored by Rye Mutt's avatar Rye Mutt :bread: Committed by RobotRoss
Browse files

Enable debug logging in relwithdebuginfo

parent a3aee086
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment