Strip debug symbols on release builds from Travis

This commit is contained in:
Jordan Johnson-Doyle 2019-02-16 18:56:18 +00:00
parent c3b886c196
commit 2fad96945e
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6

View file

@ -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