-
Notifications
You must be signed in to change notification settings - Fork 16
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
Precompiled Binaries #20
Comments
hey @Tienisto I'm facing this same problem. can you see this or suggest anything? |
I don't think that compiling in debug mode provides a significant reduction in compile time. I've changed it to release mode because it was slow in debug mode compared to Dart. I am thinking of providing binaries to download but I don't have a solution yet. |
@Tienisto can't we have a way to use already precompiled binaries? So the first time it would build but if it exists we could use them instead of compiling each build |
It should already cache the binaries between builds as far as I've seen |
It is building in every new build overwriting what already was built |
Hi there!
How can we enable
precompiled_binaries
so that we don't need to build from scratch every time locally? I also noticed you've set it to always rebuild in release mode, but it should be possible to use precompiled binaries to speed up the testing process.Thanks!
The text was updated successfully, but these errors were encountered: