mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-22 06:00:24 -05:00
Binaries are stripped by default #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @murlakatamenka on GitHub (Apr 5, 2021).
Hi, I think
isn't necessary because
stripis default option in/etc/makepkg.conf. And if it's not, user's config should be respected.No big deal, but feedback is usually welcome, so there it is 😄
@fosskers commented on GitHub (Apr 5, 2021):
Looks like you're right! I'll take it out, thanks for the suggestion.
@fosskers commented on GitHub (Apr 5, 2021):
Done.
@murlakatamenka commented on GitHub (Apr 6, 2021):
Thanks, that was fast! 👍