diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 571259a..3efe49a 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -19,6 +19,7 @@ main() { cross rustc --bin bin --target $TARGET --release -- -C lto + strip target/$TARGET/release/bin cp target/$TARGET/release/bin $stage/ cd $stage