Skip to content
Snippets Groups Projects
Commit cf8ad745 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Disablign debug macro

parent ee8080c3
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#ifndef RUNTIME_DEBUG #ifndef RUNTIME_DEBUG
#define RUNTIME_DEBUG #define RUNTIME_DEBUG
#define LOG_DEBUG 1 // Sets the debug logging to true #define LOG_DEBUG 0 // Sets the debug logging to true
#define LOG_INFO 1 // Sets the info logging to true #define LOG_INFO 1 // Sets the info logging to true
#define LOG_ERROR 1 // Print Errors #define LOG_ERROR 1 // Print Errors
#define ASSERT_FLAG // Sets assertions to true (opposite of NDEBUG macro) #define ASSERT_FLAG // Sets assertions to true (opposite of NDEBUG macro)
......
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