Skip to content

Commit 7e5c070

Browse files
authored
koch: enable checks in the compiler when running CI (#13323)
1 parent 1ab37cc commit 7e5c070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koch.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ proc runCI(cmd: string) =
480480
when defined(posix): # appveyor (on windows) didn't run this
481481
kochExecFold("Boot", "boot")
482482
# boot without -d:nimHasLibFFI to make sure this still works
483-
kochExecFold("Boot in release mode", "boot -d:release -d:danger")
483+
kochExecFold("Boot in release mode", "boot -d:release")
484484

485485
## build nimble early on to enable remainder to depend on it if needed
486486
kochExecFold("Build Nimble", "nimble")

0 commit comments

Comments
 (0)