You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
There is WAY too much output being printed to stdout by NLM.cpph without using some debugging flags.
std::cout << "NLM info: [...]
This causes giant output files and excessive runtimes.
Proposed solution:
Restrict this output to (filtering-) debug builds using the corresponding CMake flag/preprocessor macro.
Perhaps something separate from DEBUG_FILTER_PIPELINE should be used.
Issue:
There is WAY too much output being printed to stdout by
NLM.cpph
without using some debugging flags.This causes giant output files and excessive runtimes.
Proposed solution:
Restrict this output to (filtering-) debug builds using the corresponding CMake flag/preprocessor macro.
Perhaps something separate from
DEBUG_FILTER_PIPELINE
should be used.(Relates to #9)
The text was updated successfully, but these errors were encountered: