am 01a9801f: am c80b3a29: Merge "Add DEBUG_GEO_FULL flag" into jb-mr1-dev
* commit '01a9801fcf8f5ab491405b1240319f0120063087': Add DEBUG_GEO_FULL flagmain
commit
2d51ba0d23
|
@ -200,6 +200,8 @@ static inline void prof_out(void) {
|
|||
#define DEBUG_CORRECTION_FREQ false
|
||||
#define DEBUG_WORDS_PRIORITY_QUEUE false
|
||||
|
||||
#define DEBUG_GEO_FULL false
|
||||
|
||||
#else // FLAG_DBG
|
||||
|
||||
#define DEBUG_DICT false
|
||||
|
@ -214,6 +216,8 @@ static inline void prof_out(void) {
|
|||
#define DEBUG_CORRECTION_FREQ false
|
||||
#define DEBUG_WORDS_PRIORITY_QUEUE false
|
||||
|
||||
#define DEBUG_GEO_FULL false
|
||||
|
||||
#endif // FLAG_DBG
|
||||
|
||||
#ifndef U_SHORT_MAX
|
||||
|
|
Loading…
Reference in New Issue