Skip to content

Commit

Permalink
koch: enable checks in the compiler when running CI (#13323)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaviss authored Feb 4, 2020
1 parent 1ab37cc commit 7e5c070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ proc runCI(cmd: string) =
when defined(posix): # appveyor (on windows) didn't run this
kochExecFold("Boot", "boot")
# boot without -d:nimHasLibFFI to make sure this still works
kochExecFold("Boot in release mode", "boot -d:release -d:danger")
kochExecFold("Boot in release mode", "boot -d:release")

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

0 comments on commit 7e5c070

Please sign in to comment.