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

Use O2 instead of O3 #676

Merged
merged 1 commit into from
May 25, 2024
Merged

Use O2 instead of O3 #676

merged 1 commit into from
May 25, 2024

Conversation

ohmtech-rdi
Copy link
Owner

This PR changes the optimisation level from -O3 to -O2.
This leads to smaller code size which has actually a beneficial impact on performance.

For reference -Os could not be tested as for some reason it breaks erbb run performance.

@ohmtech-rdi ohmtech-rdi added the enhancement New feature or request label May 24, 2024
@ohmtech-rdi ohmtech-rdi self-assigned this May 24, 2024
This leads to smaller code size which has actually a beneficial impact
on performance.
@ohmtech-rdi ohmtech-rdi merged commit 5285b27 into main May 25, 2024
21 checks passed
@ohmtech-rdi ohmtech-rdi deleted the build-opt-o2 branch May 25, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant