mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
Let koch temp -u:leanCompiler work (#17388)
This commit is contained in:
2
koch.nim
2
koch.nim
@@ -465,7 +465,7 @@ proc temp(args: string) =
|
||||
if "doc" notin programArgs and
|
||||
"threads" notin programArgs and
|
||||
"js" notin programArgs and "rst2html" notin programArgs:
|
||||
bootArgs.add " -d:leanCompiler"
|
||||
bootArgs = " -d:leanCompiler" & bootArgs
|
||||
let nimexec = findNim().quoteShell()
|
||||
exec(nimexec & " c -d:debug --debugger:native -d:nimBetterRun " & bootArgs & " " & (d / "compiler" / "nim"), 125)
|
||||
copyExe(output, finalDest)
|
||||
|
||||
Reference in New Issue
Block a user