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

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