mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/functions: add function to strip debug syms
This commit is contained in:
parent
1b6da2aaff
commit
d3994785de
@ -436,3 +436,10 @@ show_config() {
|
||||
|
||||
echo -e "$config_message"
|
||||
}
|
||||
|
||||
# strip
|
||||
debug_strip() {
|
||||
if [ ! "$DEBUG" = yes ]; then
|
||||
$STRIP `find $* -type f -executable 2>/dev/null` 2>/dev/null || :
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user