global: disable debug

This commit is contained in:
King Kévin 2018-03-21 10:14:27 +01:00
parent 422b76cd75
commit 708e3d195b
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]))