mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Use NDEBUG macro instead of DEBUG.
This commit is contained in:
parent
2ea946d11c
commit
0afd5939b1
@ -403,7 +403,7 @@ int main(int argc, char** argv) {
|
||||
static GenericVector<STRING> vars_vec;
|
||||
static GenericVector<STRING> vars_values;
|
||||
|
||||
#if !defined(DEBUG)
|
||||
#ifdef NDEBUG
|
||||
// Disable debugging and informational messages from Leptonica.
|
||||
setMsgSeverity(L_SEVERITY_ERROR);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user