Discard debug log output in non-debug mode (#2097)
It seems wasteful to be generating debug output a character at a time all the time, only to discard it on non-debug builds. This change replaces that behavior by introducing a no-op operator<< for the debug log on non-debug builds.
Showing
Please
register
or
sign in
to comment