Skip to content

strip: split off file stripping and debug package creation

Morten Linderud requested to merge foxboron/pacman:morten/fix-strip into master

Some projects might duplicate the file in multiple locations for one reason or another. When debug packages are enabled, makepkg will only strip the first occurrence of the binary and abort early on all the other binaries.

Signed-off-by: Morten Linderud morten@linderud.pw

Merge request reports