-
Notifications
You must be signed in to change notification settings - Fork 51
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
Next version Discussion (0.10.0?) #439
Comments
0.10.0 looks good to me. |
By the way, |
fixed. |
I would say it is worth it, at least for the Was it causing problems, or just slow compile times? |
Just slow compile time, especially when I modify some small things, the last stage costs like a new compile. |
Are you debugging in release mode? Just some stats from my side (
At b92b325, using (llvm-)lld linker (instead of system ld), rust 1.85, CPU I personally would say, as long as lto does not cause issues like erroring code, it should be enabled for If you are not doing so already, might i recommend you switch to use the lld linker, either your system lld linker or the Alternatively, consider adding a new profile that is similar to |
This is a discussion for the next version, which i would recommend to be
0.10.0
.re #430 (comment) (to not de-rail that issue)
I would like to have more testing for #429, so i would recommend to not include it in this version, but maybe for the next one.
The text was updated successfully, but these errors were encountered: