build in release mode

This commit is contained in:
Dmitriy Ryajov 2020-02-16 10:04:35 -06:00
parent bf70428316
commit 8e46460cf6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ requires "nim > 0.19.4",
"stew" "stew"
proc runTest(filename: string) = proc runTest(filename: string) =
exec "nim c -r tests/" & filename exec "nim --opt:speed -d:release c -r tests/" & filename
# rmFile "tests/" & filename # rmFile "tests/" & filename
task test, "Runs the test suite": task test, "Runs the test suite":