global: disable DEBUG

This commit is contained in:
King Kévin 2020-06-10 18:04:20 +02:00
parent 17b44292c4
commit e0e5227803
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#pragma once #pragma once
/** enable debugging functionalities */ /** enable debugging functionalities */
#define DEBUG true #define DEBUG false
/** get the length of an array */ /** get the length of an array */
#define LENGTH(x) (sizeof(x) / sizeof((x)[0])) #define LENGTH(x) (sizeof(x) / sizeof((x)[0]))