mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 02:47:11 +03:00
compiledump: allow disabling of early graphs for large compiles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user