add #ifndef DEBUG_EN ... #endif around #define DEBUG_EN 1

user can disable debug informations without source modification
This commit is contained in:
François SOLANET
2018-11-29 10:22:44 +01:00
parent 962660f3e8
commit ee45ed5eae
+2
View File
@@ -54,7 +54,9 @@
// if print debug information
#ifndef DEBUG_EN
#define DEBUG_EN 1
#endif
// Begin mt