Add boot directive in nimweb (#6824)

Enables #6780
This commit is contained in:
Federico Ceratto
2017-11-28 13:09:14 +00:00
committed by Andreas Rumpf
parent 942694d914
commit e758b9408e

View File

@@ -52,7 +52,7 @@ proc initConfigData(c: var TConfigData) =
c.pdf = @[]
c.infile = ""
c.outdir = ""
c.nimArgs = "--hint[Conf]:off --hint[Path]:off --hint[Processing]:off "
c.nimArgs = "--hint[Conf]:off --hint[Path]:off --hint[Processing]:off -d:boot "
c.authors = ""
c.projectTitle = ""
c.projectName = ""