Allan McRae pushed to branch master at Pacman / Pacman Commits: 7a4fff33 by Morten Linderud at 2023-12-17T16:04:45+01:00 strip: split off file stripping and debug package creation 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> - - - - - 00d2b1f9 by Morten Linderud at 2023-12-17T16:04:45+01:00 strip: don't create debug packages from .a files .a files are not valid ELF files so we can't run objcopy nor debugedit on them. Rename STRIPLTO to STATICLIB to be more descriptive. Signed-off-by: Morten Linderud <morten@linderud.pw> - - - - - 1 changed file: - scripts/libmakepkg/tidy/strip.sh.in View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/8d38746586794ab2cb21dc4... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/8d38746586794ab2cb21dc4... You're receiving this email because of your account on gitlab.archlinux.org.