Skip to content
Snippets Groups Projects
Commit 35cb961b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

--verbose: make it more efficient when not --verbose

In particular, don't require to call an externally defined function to
find if in --verbose mode or not.  Now it's just an extern bool.
I'm confident the performance impact of not using -DNLOGDEBUG should be
negligible now.

This comes with a small incompatible API+ABI change, but that shouldn't
matter as we've had a couple of those already since the last release.
parent 07ef0d92
Branches
Tags
2 merge requests!92Change NDEBUG to verbose logging,!90Rename NDEBUG to NLOGDEBUG to allow disabling assert()s while keeping logging enabled
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment