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

Enabling debug messages by default

parent 24223f4f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#define RUNTIME_DEBUG
#define LOG_DEBUG 1 // 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 ASSERT_FLAG // Sets assertions to true (opposite of NDEBUG macro)
#include "tensor.h"
......
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