Skip to content

Commit

Permalink
Merge branch 'feature/improved-cache-key' of github.com:wasmerio/wasm…
Browse files Browse the repository at this point in the history
…er into feature/improved-cache-key
  • Loading branch information
Mark McCaskey committed Jul 8, 2019
2 parents 9a3fd82 + f2b9ccb commit 8e34cb6
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 8e34cb6

Please sign in to comment.