We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following Cargo.toml settings have been shown to reduce compute units
[profile.release] lto = "fat" codegen-units = 1 [profile.release.build-override] opt-level = 3 incremental = false codegen-units = 1
Example here project-serum/serum-dex#159
The text was updated successfully, but these errors were encountered:
@armaniferrante is this still relevant? If so I don't understand why this isn't the default setting. Is there a hidden tradeoff?
Sorry, something went wrong.
Slower compile times is the only one I'm aware of.
No branches or pull requests
The following Cargo.toml settings have been shown to reduce compute units
Example here project-serum/serum-dex#159
The text was updated successfully, but these errors were encountered: