Strip debug symbols on release builds from Travis
This commit is contained in:
parent
c3b886c196
commit
2fad96945e
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ main() {
|
||||||
|
|
||||||
cross rustc --bin bin --target $TARGET --release -- -C lto
|
cross rustc --bin bin --target $TARGET --release -- -C lto
|
||||||
|
|
||||||
|
strip target/$TARGET/release/bin
|
||||||
cp target/$TARGET/release/bin $stage/
|
cp target/$TARGET/release/bin $stage/
|
||||||
|
|
||||||
cd $stage
|
cd $stage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue