We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0782b93 commit 6e7e1b7Copy full SHA for 6e7e1b7
ci/before_deploy.sh
@@ -18,7 +18,7 @@ main() {
18
test -f Cargo.lock || cargo generate-lockfile
19
20
# TODO Update this to build the artifacts that matter to you
21
- cross cargo build --target $TARGET --release -- -C lto
+ cross build --target $TARGET --release
22
23
# TODO Update this to package the right artifacts
24
cp target/$TARGET/release/codedx-client $stage/
0 commit comments