mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-02-19 12:04:54 +00:00
Avoid messages clashing on stdout in debug.
This quickfix completely disables progress output in debug.
This commit is contained in:
parent
f6c638e6e4
commit
51d0bfdf7a
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
* along with "dindexer". If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if defined(WITH_PROGRESS_FEEDBACK) && !defined(NDEBUG)
|
||||
# undef WITH_PROGRESS_FEEDBACK
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <ciso646>
|
||||
|
|
Loading…
Add table
Reference in a new issue