summaryrefslogtreecommitdiffstats
path: root/ci/before_deploy.sh
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2021-01-14 02:17:44 -0500
committerSam Tay <sam.chong.tay@gmail.com>2021-01-14 02:17:44 -0500
commita1eba2420ea4a04dad52744e6c9701254851f382 (patch)
treeaaa6067fec7db7cf5cb256c873cbca0ba7ecce14 /ci/before_deploy.sh
parent2e414f839a78992a35cce7b2c8834323c52a96c1 (diff)
Fix cross builds in CIv0.4.3
Diffstat (limited to 'ci/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 db96734..748a4c4 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -18,7 +18,7 @@ main() {
test -f Cargo.lock || cargo generate-lockfile
- cross rustc $features --bin so --target $TARGET --release -- -C lto
+ cross rustc $features --bin so --target $TARGET --release
cp target/$TARGET/release/so $stage/