From b1c6045d9e7618ce46504c69c9c56d79dafcc05a Mon Sep 17 00:00:00 2001 From: cscherr Date: Wed, 16 Apr 2025 16:09:56 +0200 Subject: [PATCH] strip --- prepare-challenge.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare-challenge.sh b/prepare-challenge.sh index f407297..e65bf32 100755 --- a/prepare-challenge.sh +++ b/prepare-challenge.sh @@ -4,4 +4,5 @@ EXPORT_DIR="challenge" mkdir -p $EXPORT_DIR cargo build --release --locked cp ./target/release/timars $EXPORT_DIR/timars +strip $EXPORT_DIR/timars cp CHALLENGE-NOTES.txt $EXPORT_DIR/notes.txt