diff options
Diffstat (limited to 'rod/main.nim')
-rwxr-xr-x | rod/main.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rod/main.nim b/rod/main.nim index 68958acb6..2b391e7dd 100755 --- a/rod/main.nim +++ b/rod/main.nim @@ -109,6 +109,7 @@ proc CommandGenDepend(filename: string) = changeFileExt(filename, "dot")) proc CommandCheck(filename: string) = + msgs.gErrorMax = high(int) # do not stop after first error semanticPasses() # use an empty backend for semantic checking only compileProject(filename) |