[App] Don't redirect stdout/stderr as the default debug arguments.
This commit is contained in:
@@ -86,7 +86,5 @@ project("xenia-app")
|
|||||||
debugdir(project_root)
|
debugdir(project_root)
|
||||||
debugargs({
|
debugargs({
|
||||||
"--flagfile=scratch/flags.txt",
|
"--flagfile=scratch/flags.txt",
|
||||||
"2>&1",
|
|
||||||
"1>scratch/stdout.txt",
|
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user