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

build: Set codegen-units to 1 for release profile. #119

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

nasa42
Copy link
Owner

@nasa42 nasa42 commented Feb 16, 2025

Closes #112.

Set codegen-units to 1 for a reduced binary size and potential performance gains.

Before:

image

After:

image

@nasa42 nasa42 changed the title Set codegen-units to 1 for release profile. build: Set codegen-units to 1 for release profile. Feb 16, 2025
@nasa42 nasa42 merged commit 659eb9e into main Feb 16, 2025
6 of 7 checks passed
@nasa42 nasa42 deleted the vik-112-add-codegen-units-1 branch February 16, 2025 19:04
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.

Enable codegen-units = 1 optimization
1 participant