Skip to content
Snippets Groups Projects
Commit 0710769d authored by dt's avatar dt
Browse files

Bump limit in compile output to 50k

A project of qt's size generates 13k of output. That's without cleaning
and a project which compiles mostly warning free. So expecting 50.000 of
output seems reasonable, might even be a little too low.
parent bc28670a
No related merge requests found
......@@ -50,7 +50,7 @@ using namespace ProjectExplorer;
using namespace ProjectExplorer::Internal;
namespace {
const int MAX_LINECOUNT = 10000;
const int MAX_LINECOUNT = 50000;
}
CompileOutputWindow::CompileOutputWindow(BuildManager * /*bm*/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment