Skip to content

Commit

Permalink
Fixed singlepass make release
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 18, 2019
1 parent b146a9f commit ed65105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ test-emscripten-singlepass:
cargo test --manifest-path lib/emscripten/Cargo.toml --features singlepass -- --test-threads=1 $(runargs)

singlepass-debug-release:
cargo +nightly build --features "singlepass debug" --release
cargo +nightly build --features "backend:singlepass debug" --release

singlepass-release:
cargo +nightly build --features "singlepass" --release
cargo +nightly build --features "backend:singlepass" --release

singlepass-build:
cargo +nightly build --features "singlepass debug"
cargo +nightly build --features "backend:singlepass debug"

release:
# If you are in OS-X, you will need mingw-w64 for cross compiling to windows
Expand Down

0 comments on commit ed65105

Please sign in to comment.