Nim check defines 'nimcheck' conditional symbol

This commit is contained in:
Andreas Rumpf
2016-05-24 00:07:43 +02:00
parent 8b7d52a734
commit e00f15aa2a

View File

@@ -41,6 +41,7 @@ proc commandGenDepend =
proc commandCheck =
msgs.gErrorMax = high(int) # do not stop after first error
defineSymbol("nimcheck")
semanticPasses() # use an empty backend for semantic checking only
rodPass()
compileProject()