-
Notifications
You must be signed in to change notification settings - Fork 20
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
Differentiation between different cargo profiles #326
Comments
Is it still experimental, or is it for production? |
For production, at least moonbeam is already using this in their released binaries. |
Already the case, see paritytech/polkadot#4311 (comment) |
Thank you for letting us know, will follow up |
❗ This issue is stale because it has been open for 20 days with no activity. |
Extended to 2 days as it involves a differentiation between different cargo profiles |
locally it took me 78min to compile the |
It's mentioned here that using LTO flag would compile into a more efficient binary at the cost of longer compilation time:
paritytech/polkadot#4311
paritytech/substrate#10608
We might want it to build the releasing binary instead using the default release profile.
The text was updated successfully, but these errors were encountered: