- Summary:
-
Turn on console logging unconditionally if we're doing a debug buildFix console logging and Turn it on unconditionally if we're doing a debug build
- Description:
-
~ Turn on console logging unconditionally if we're doing a debug build
~ Fix console logging and Turn it on unconditionally if we're doing a debug build
- Commits:
-
Summary ID 7e3dc8a9190a628d15e479df0cac98bf925967cd b4cc317dc62ee76dc74094e4c194ad22a5638623 - Diff:
-
Revision 2 (+16 -12)
Fix console logging and turn it on unconditionally if we're doing a debug build
Review Request #1004 — Created Oct. 8, 2021 and submitted
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.
Summary | ID |
---|---|
b4cc317dc62ee76dc74094e4c194ad22a5638623 |
- Summary:
-
Fix console logging and Turn it on unconditionally if we're doing a debug buildFix console logging and turn it on unconditionally if we're doing a debug build
- Description:
-
~ Fix console logging and Turn it on unconditionally if we're doing a debug build
~ Fix console logging and turn it on unconditionally if we're doing a debug build
- Testing Done:
-
~ ran
ninja reconfigure
with a debug buildtype (which is the default build type) with console-logging on and off and verfied it was turned on. Also ranninja reconfigure
with a release buildtype and verified that theconsole-logging
option was honored.~ 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.