mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Disable stdout/stderr on windows as it just conflicts with debugout
This commit is contained in:
@@ -67,9 +67,11 @@ enum
|
||||
// whether to include file and line on log lines
|
||||
#define INCLUDE_LOCATION_IN_LOG
|
||||
|
||||
#if !defined(WIN32)
|
||||
// logs go to stdout/stderr
|
||||
#define OUTPUT_LOG_TO_STDOUT
|
||||
//#define OUTPUT_LOG_TO_STDERR
|
||||
#endif
|
||||
|
||||
// logs go to debug output (visual studio output window)
|
||||
#define OUTPUT_LOG_TO_DEBUG_OUT
|
||||
|
||||
Reference in New Issue
Block a user