global: disable debug

This commit is contained in:
King Kévin 2018-07-01 15:24:33 +02:00
parent 9a97f97218
commit 097bba6398
1 changed files with 1 additions and 1 deletions

View File

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