mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-07-15 07:42:00 -05:00
[GH-ISSUE #3] 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).
Original GitHub issue: https://github.com/fosskers/cargo-aur/issues/3
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! 👍
Binaries are stripped by defaultto [GH-ISSUE #3] Binaries are stripped by default