Default to silent logging

Useful for debugging but we need to be silent by default now.
Without this anything that checks stdout output of applications from bash would fail

Steam with lspci, lsusb, uname, etc
This commit is contained in:
Ryan Houdek 2021-03-23 19:30:42 -07:00
parent 82c2b49a2e
commit fdcb6206da

View File

@ -48,7 +48,7 @@ OPT_STR (DEBUG, DUMPIR, DumpIR, DUMPIR, "no")
OPT_BOOL (DEBUG, DUMP_GPRS, DumpGPRs, DUMP_GPRS, false)
OPT_BOOL (DEBUG, DEBUG_DISABLE_OPTIMIZATION_PASSES, O0, O0, false)
OPT_BOOL (LOGGING, SILENTLOGS, SilentLog, SILENTLOG, false)
OPT_BOOL (LOGGING, SILENTLOGS, SilentLog, SILENTLOG, true)
OPT_STR (LOGGING, OUTPUTLOG, OutputLog, OUTPUTLOG, "")
OPT_BOOL (HACKS, TSO_ENABLED, TSOEnabled, TSO_ENABLED, true)