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

🚸 Further strip away debug symbols to reduce binary size #547

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

phetzy
Copy link
Contributor

@phetzy phetzy commented Mar 18, 2024

What does this PR do?

Replaces the strip option value from debuginfo to symbols to further strip debug symbols during build time to further reduce the binary size.

Why is this change important?

the following change is to reduce the compiled file size which can allow the user to build the project on low storage devices too. Which helps improve the user experience.

Related Issues

Closes #520

@alamin655 alamin655 changed the title resolved issue 520: reducing binary size by using symbols instead of … 🚸 Further strip away debug symbols to reduce binary size Mar 21, 2024
Copy link
Collaborator

@alamin655 alamin655 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! Let's merge this in. 👍

@alamin655 alamin655 merged commit 236e887 into neon-mmd:rolling Mar 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

🚸 Further strip away debug symbols to reduce binary size
2 participants