[Exception] Disabled question for big minidumps because of stupid users
- quality of small minidumps is increased since we reduced compiler optimization
This commit is contained in:
parent
cb2162a0d0
commit
d537ba5dbe
@ -67,7 +67,7 @@ namespace Components
|
||||
Exception::SuspendProcess();
|
||||
|
||||
bool doFullDump = Flags::HasFlag("bigdumps") || Flags::HasFlag("reallybigdumps");
|
||||
if (!doFullDump)
|
||||
/*if (!doFullDump)
|
||||
{
|
||||
if (MessageBoxA(nullptr,
|
||||
Utils::String::VA("%s\n\n" // errorStr
|
||||
@ -76,7 +76,7 @@ namespace Components
|
||||
{
|
||||
doFullDump = true;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
if (doFullDump)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user