Skip to content
Snippets Groups Projects
Commit d3b0f685 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: Added force ECHO_QDEBUG flag in Monteverdi configuration file.

parent ae5d38a9
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@
#endif
#ifndef ECHO_QDEBUG
#define ECHO_QDEBUG ( !NO_QECHO && !NO_QDEBUG && defined( OTB_DEBUG ) && 1 )
#define ECHO_QDEBUG ( ( !NO_QECHO && !NO_QDEBUG && defined( OTB_DEBUG ) && 1 ) || 0 )
#endif
#ifndef ECHO_QWARNING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment