turn off debug flags
Change-Id: I08710abe3e158ee48c954289fc6bb1269c4a7126
This commit is contained in:
parent
6ec4423878
commit
0ed8c6ee29
1 changed files with 3 additions and 3 deletions
|
@ -208,9 +208,9 @@ static inline void prof_out(void) {
|
|||
#define DEBUG_CORRECTION false
|
||||
#define DEBUG_CORRECTION_FREQ false
|
||||
#define DEBUG_WORDS_PRIORITY_QUEUE false
|
||||
#define DEBUG_SAMPLING_POINTS true
|
||||
#define DEBUG_POINTS_PROBABILITY true
|
||||
#define DEBUG_DOUBLE_LETTER true
|
||||
#define DEBUG_SAMPLING_POINTS false
|
||||
#define DEBUG_POINTS_PROBABILITY false
|
||||
#define DEBUG_DOUBLE_LETTER false
|
||||
|
||||
#ifdef FLAG_FULL_DBG
|
||||
#define DEBUG_GEO_FULL true
|
||||
|
|
Loading…
Reference in a new issue