mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-12 03:14:15 +00:00
build in release mode
This commit is contained in:
parent
bf70428316
commit
8e46460cf6
@ -16,7 +16,7 @@ requires "nim > 0.19.4",
|
||||
"stew"
|
||||
|
||||
proc runTest(filename: string) =
|
||||
exec "nim c -r tests/" & filename
|
||||
exec "nim --opt:speed -d:release c -r tests/" & filename
|
||||
# rmFile "tests/" & filename
|
||||
|
||||
task test, "Runs the test suite":
|
||||
|
Loading…
x
Reference in New Issue
Block a user