nix-community / lorri

Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
Apache License 2.0
677 stars 24 forks source link

keep `debug!` statements in release builds #33

Open Profpatsch opened 3 years ago

Profpatsch commented 3 years ago

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.