mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
committed by
Andreas Rumpf
parent
942694d914
commit
e758b9408e
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user