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

Align default strip behavior to Cargo 1.77+'s default #66

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Mar 5, 2024

As said in #59, strip=debuginfo became the default behavior of Cargo 1.77+'s release build. (rust-lang/cargo#13257)

On 1.77+, use Cargo's default (i.e., we don't set anything), and on pre-1.77, align to Cargo 1.77+'s default (set CARGO_PROFILE_RELEASE_STRIP=debuginfo).

This action was created before the strip in cargo profile was stabilized, so it required a strip on our part, we can finally remove this!

Closes #59

@taiki-e taiki-e force-pushed the strip branch 4 times, most recently from 740041c to 0738aea Compare March 5, 2024 15:05
@taiki-e taiki-e merged commit 1d32255 into main Mar 5, 2024
11 checks passed
@taiki-e taiki-e deleted the strip branch March 5, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning: arm-linux-gnueabihf-strip not found, skip stripping
1 participant