We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab37cc commit 7e5c070Copy full SHA for 7e5c070
koch.nim
@@ -480,7 +480,7 @@ proc runCI(cmd: string) =
480
when defined(posix): # appveyor (on windows) didn't run this
481
kochExecFold("Boot", "boot")
482
# boot without -d:nimHasLibFFI to make sure this still works
483
- kochExecFold("Boot in release mode", "boot -d:release -d:danger")
+ kochExecFold("Boot in release mode", "boot -d:release")
484
485
## build nimble early on to enable remainder to depend on it if needed
486
kochExecFold("Build Nimble", "nimble")
0 commit comments