minor: disable debug

spark_strober
King Kévin 5 years ago
parent 453d35079f
commit 102e1669d9
  1. 2
      global.h

@ -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]))

Loading…
Cancel
Save