forked from MIrrors/bin
Strip debug symbols on release builds from Travis
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user