From 7148f6f10487416d06f88b20ab2d87029d9fba2f Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 27 Dec 2016 10:52:02 +0100 Subject: make gendepend work again --- compiler/main.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.nim b/compiler/main.nim index e3ff99870..f13375948 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -34,7 +34,7 @@ proc semanticPasses = proc commandGenDepend(graph: ModuleGraph; cache: IdentCache) = semanticPasses() registerPass(gendependPass) - registerPass(cleanupPass) + #registerPass(cleanupPass) compileProject(graph, cache) generateDot(gProjectFull) execExternalProgram("dot -Tpng -o" & changeFileExt(gProjectFull, "png") & -- cgit 1.4.1-2-gfad0