🏡 index : ~doyle/bin.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-16 18:56:18.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-16 18:56:18.0 +00:00:00
commit
2fad96945ee4db5e0870eea2dbf7caa6081db614 [patch]
tree
9e900a3690d1e6c39067ba1c3cc84ceaa024340e
parent
c3b886c196517296b4146d2bbbb727039f9bf30b
download
2fad96945ee4db5e0870eea2dbf7caa6081db614.tar.gz

Strip debug symbols on release builds from Travis



Diff

 ci/before_deploy.sh | 1 +
 1 file changed, 1 insertion(+)

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