build nimble in debug mode to enable stack traces

This commit is contained in:
Araq
2018-09-10 15:12:07 +02:00
parent 2fc63838c8
commit 2d8adb8e03

View File

@@ -210,7 +210,7 @@ proc buildNimble(latest: bool) =
else:
exec("git checkout -f stable")
exec("git pull")
nimexec("c --noNimblePath -p:compiler --nilseqs:on -d:release " & installDir / "src/nimble.nim")
nimexec("c --noNimblePath -p:compiler --nilseqs:on " & installDir / "src/nimble.nim")
copyExe(installDir / "src/nimble".exe, "bin/nimble".exe)
proc bundleNimsuggest(buildExe: bool) =