Skip to content

Commit

Permalink
strip setup hook: Strip using --strip-unneeded instead of --strip-debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrop72 authored and FRidh committed Jul 17, 2019
1 parent 325f37f commit 3e867d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/setup-hooks/strip.sh
Expand Up @@ -25,7 +25,7 @@ _doStrip() {

stripDebugList=${stripDebugList:-lib lib32 lib64 libexec bin sbin}
if [ -n "$stripDebugList" ]; then
stripDirs "$stripCmd" "$stripDebugList" "${stripDebugFlags:--S}"
stripDirs "$stripCmd" "$stripDebugList" "${stripDebugFlags:---strip-unneeded}"
fi

stripAllList=${stripAllList:-}
Expand Down

0 comments on commit 3e867d1

Please sign in to comment.