adding strip

This commit is contained in:
VC
2021-04-24 09:34:37 +02:00
parent f58edf3c75
commit 7aec8e0e33

View File

@@ -9,4 +9,5 @@ rust-latest:
image: rust:latest image: rust:latest
script: script:
- cargo build --release --verbose - cargo build --release --verbose
- strip target/release/scootaloo