Quanah Gibson-Mount writes: > <h.b.furus...@usit.uio.no> wrote: >> Maybe --disable-debug is a place to fetch some speed. If it makes a >> enough difference from loglevel 0, it might be an idea to disable _some_ >> loglevels and some asserts in the default build. (...) > > I'm running with loglevel none, which logs almost nothing. I do that so > syslog doesn't cause a perf hit.
Right, but without --disable-debug that still executes the Debug() and assert() code which decides not to log anything and not to abort. -- Hallvard