added tasks/strip.sh

This commit is contained in:
2025-11-02 15:44:26 +05:00
parent 94fcbe5daf
commit 375dd842d4
2 changed files with 5 additions and 1 deletions

4
tasks/strip.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
exe_path="$OUTDIR/$EXEC_FILE"
myprint "${BLUE}stripping symbols from ${WHITE}$exe_path"
strip -s "$exe_path"