lorri icon indicating copy to clipboard operation
lorri copied to clipboard

keep `debug!` statements in release builds

Open Profpatsch opened this issue 3 years ago • 0 comments

the -v flag does not work in release builds, because the slog::debug! macros are removed. We still want to keep them, since they enable better debugging.

Profpatsch avatar Apr 02 '21 11:04 Profpatsch