Skip to content

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
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