-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Make "fast builds" config 40% faster on mac #312
Conversation
merge bevyengine/bevy -> ashneverdawn/bevy
Woot woot! |
After doing the math properly, it's more like 58% faster. (on one of my larger projects, 34s -> 24s on 2014 mac with 2.6 GHz Dual-Core Intel Core i5) 😄 |
This is a big win. Would you mind updating The Bevy Book setup guide too? |
I must be doing something wrong. I tried replicating this exact config, but I see absolutely no difference in compile times: CleanCut/bevy_template#1 |
We should put out some sort of announcement on Discord for people on macOS to update their |
I still haven't been able to reproduce the speedup. 😢 |
Update: Thanks to @ashneverdawn's collaboration, I was able to confirm a 15% speedup in build time when using zld. For more details see CleanCut/bevy_template#1 (comment) |
This uses https://github.com/michaeleisel/zld which makes incremental builds roughly 40% faster on mac.