Skip to content

Commit

Permalink
Merge pull request #2 from jangko/threads_on
Browse files Browse the repository at this point in the history
add --threads:on to tests
  • Loading branch information
jangko committed Jan 10, 2019
2 parents 66d1340 + 4d051a5 commit ff70dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snappy.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ requires: "nim >= 0.19.0"
task test, "Run all tests":
exec "nim c --passL:\"-lsnappy -L./tests -lstdc++\" -r tests/test"
exec "nim c --passL:\"-lsnappy -L./tests -lstdc++\" -d:release -r tests/test"
exec "nim c --passL:\"-lsnappy -L./tests -lstdc++\" --threads:on -d:release -r tests/test"

0 comments on commit ff70dfb

Please sign in to comment.