strip
This commit is contained in:
parent
1e95ecea8b
commit
b1c6045d9e
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@ EXPORT_DIR="challenge"
|
||||||
mkdir -p $EXPORT_DIR
|
mkdir -p $EXPORT_DIR
|
||||||
cargo build --release --locked
|
cargo build --release --locked
|
||||||
cp ./target/release/timars $EXPORT_DIR/timars
|
cp ./target/release/timars $EXPORT_DIR/timars
|
||||||
|
strip $EXPORT_DIR/timars
|
||||||
cp CHALLENGE-NOTES.txt $EXPORT_DIR/notes.txt
|
cp CHALLENGE-NOTES.txt $EXPORT_DIR/notes.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue