summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-02-16 18:15:23 +0100
committerGitHub <noreply@github.com>2020-02-16 18:15:23 +0100
commitb14bd1eddad4394048c22cd377b3de984a539e99 (patch)
tree5cd390175026a0ca6b9fcd9886e41e634a53cf9e
parent887a3f4439abc2f2025fb7a4e22dce4112f7bedd (diff)
Update before_deploy.sh
-rw-r--r--ci/before_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 457a39b..c6f043f 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -17,7 +17,7 @@ main() {
test -f Cargo.lock || cargo generate-lockfile
- cross rustc --bin tokei --target $TARGET --release -- -C lto
+ cross build --bin tokei --target $TARGET --release --all-features
# TODO Update this to package the right artifacts
cp target/$TARGET/release/tokei $stage/