Skip to content

Commit

Permalink
Use all-features when deploying in travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Sep 20, 2018
1 parent a9b1852 commit 93ffc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main() {

test -f Cargo.lock || cargo generate-lockfile

cross rustc --bin linkle --target $TARGET --release -- -C lto
cross rustc --bin linkle --target $TARGET --release --all-features -- -C lto

cp target/$TARGET/release/linkle $stage/

Expand Down

0 comments on commit 93ffc72

Please sign in to comment.