Skip to content
Snippets Groups Projects
Commit 0653862f authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Enable debug log messages by default again...

parent 9eb7d93b
No related branches found
No related tags found
No related merge requests found
......@@ -42,11 +42,8 @@ const int LL_ERR_NOERR = 0;
// #define RELEASE_SHOW_DEBUG // Define this if you want your release builds to show lldebug output.
#define RELEASE_SHOW_INFO // Define this if you want your release builds to show llinfo output
#define RELEASE_SHOW_WARN // Define this if you want your release builds to show llwarn output.
#if LL_TEST
#define ENABLE_DEBUG_MACRO 1
#else
#define ENABLE_DEBUG_MACRO 0
#endif
#ifdef _DEBUG
#define SHOW_DEBUG
......
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