zeroed debug flag
This commit is contained in:
parent
6cbe50d9ef
commit
8f462b9a52
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
#include <stdio.h>
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
|
|
Loading…
Reference in a new issue