Skip to content

Commit 6e7e1b7

Browse files
committed
update build-for-deploy command for travis
1 parent 0782b93 commit 6e7e1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/before_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ main() {
1818
test -f Cargo.lock || cargo generate-lockfile
1919

2020
# TODO Update this to build the artifacts that matter to you
21-
cross cargo build --target $TARGET --release -- -C lto
21+
cross build --target $TARGET --release
2222

2323
# TODO Update this to package the right artifacts
2424
cp target/$TARGET/release/codedx-client $stage/

0 commit comments

Comments
 (0)