forked from mirrors/nixpkgs
Revert "strip setup hook: Strip using --strip-unneeded instead of --strip-debug."
This broke the bootstrapping of Darwin.
This reverts commit 3e867d16cd
.
This commit is contained in:
parent
950b7ed61a
commit
835f6b67bf
|
@ -25,7 +25,7 @@ _doStrip() {
|
|||
|
||||
stripDebugList=${stripDebugList:-lib lib32 lib64 libexec bin sbin}
|
||||
if [ -n "$stripDebugList" ]; then
|
||||
stripDirs "$stripCmd" "$stripDebugList" "${stripDebugFlags:---strip-unneeded}"
|
||||
stripDirs "$stripCmd" "$stripDebugList" "${stripDebugFlags:--S}"
|
||||
fi
|
||||
|
||||
stripAllList=${stripAllList:-}
|
||||
|
|
Loading…
Reference in a new issue