Fix console logging and turn it on unconditionally if we're doing a debug build
Review Request #1004 — Created Oct. 7, 2021 and submitted — Latest diff uploaded
Fix console logging and turn it on unconditionally if we're doing a debug build
Ran
ninja reconfigure
with a debug buildtype (which is the default build type) with console-logging on and off and verified it was turned on. Also ranninja reconfigure
with a release buildtype and verified that theconsole-logging
option was honored.