Skip to content

Commit

Permalink
build in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Sep 1, 2017
1 parent b71e377 commit 27d20ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
install:
- bash ./scripts/install.sh
script:
- nim c -d:debug --cc:$CC -r mosdepth.nim
- nim c -d:release --cc:$CC -r mosdepth.nim
- ./mosdepth -h
cache:
directories:
Expand Down

0 comments on commit 27d20ae

Please sign in to comment.