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

Strip DeviceData from probe-rs algo output #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

9names
Copy link
Member

@9names 9names commented Dec 21, 2024

Since #14 we now generate DeviceData for tools that need it.
probe-rs doesn't, so strip it out when doing the objcopy step.

This brings the algo binary size back down from to 692 bytes, which is what it was previous to PR 14 (almost anyway - replacing the unused rustc arg inline-threshold=5 with llvm-args=--inline-threshold=5 saved us a few more bytes)

Resolves #25

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.

Remove DeviceData in build.sh
1 participant