Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 8, 2019
1 parent c8a15ed commit 1d1c223
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,14 @@ release:
release-fast:
# If you are in OS-X, you will need mingw-w64 for cross compiling to windows
# brew install mingw-w64
cargo build --release

release-singlepass:
cargo build --release --features backend:singlepass

release-llvm:
cargo build --release --features backend:llvm

bench:
cargo bench --all

Expand Down

0 comments on commit 1d1c223

Please sign in to comment.