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

Optimize release-mode builds for better binary size #3

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

JarredAllen
Copy link
Owner

Empirically, this shrinks the final binary size from 2.2M to 1.3M (tested on Ubuntu 24.04 with Rust 1.83), while only costing a few extra seconds of build time

Resolves #2

Empirically, this shrinks the final binary size from 2.2M to 1.3M (tested on Ubuntu 24.04 with Rust 1.83), while only costing a few extra seconds of build time
@JarredAllen JarredAllen merged commit b5230de into main Jan 22, 2025
1 check passed
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.

A small optimization for better binary size
1 participant