Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leverage cargo's build-in strip for release builds #61

Open
scott-ainsworth opened this issue Dec 28, 2021 · 0 comments · Fixed by #62
Open

Leverage cargo's build-in strip for release builds #61

scott-ainsworth opened this issue Dec 28, 2021 · 0 comments · Fixed by #62
Assignees
Labels
maint Technical change required for routine maintenance or that enhances maintainability. Technical debt.
Milestone

Comments

@scott-ainsworth
Copy link
Owner

Currently, a Makefile file is to strip release binaries. However, Cargo now has this built in (requires +nightly).

Requirements

  • Switch from using Make to Cargo's built-in capability.
@scott-ainsworth scott-ainsworth added the maint Technical change required for routine maintenance or that enhances maintainability. Technical debt. label Dec 28, 2021
@scott-ainsworth scott-ainsworth added this to the Version 1.1 milestone Dec 28, 2021
@scott-ainsworth scott-ainsworth self-assigned this Dec 28, 2021
scott-ainsworth added a commit that referenced this issue Dec 28, 2021
scott-ainsworth added a commit that referenced this issue Dec 28, 2021
Issue #61

Signed-off-by: Scott G. Ainsworth <scott@ainsworth.us>
@scott-ainsworth scott-ainsworth linked a pull request Dec 28, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maint Technical change required for routine maintenance or that enhances maintainability. Technical debt.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant