Open atrope opened 2 months ago
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!