added strip_exec.sh
This commit is contained in:
4
default_tasks/strip_exec.sh
Normal file
4
default_tasks/strip_exec.sh
Normal 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"
|
||||
Reference in New Issue
Block a user