diff options
Diffstat (limited to 'compiler/main.nim')
-rwxr-xr-x | compiler/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index ad1d55cb4..0675142fa 100755 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -107,7 +107,7 @@ proc CommandDoc2 = msgs.gErrorMax = high(int) # do not stop after first error semanticPasses() registerPass(docgen2Pass()) - registerPass(cleanupPass()) + #registerPass(cleanupPass()) compileProject(mainCommandArg()) finishDoc2Pass(gProjectFull) |