compiledump: allow disabling of early graphs for large compiles

This commit is contained in:
Alex Coyte
2016-06-30 09:57:18 +10:00
committed by Matthew Barr
parent 9eb349a343
commit b13a90e5d2
2 changed files with 7 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ namespace ue2 {
void dumpPreRoseGraph(const RoseInGraph &ig, const Grey &grey,
const char *filename) {
if (!grey.dumpFlags) {
if (!(grey.dumpFlags & Grey::DUMP_INT_GRAPH)) {
return;
}