You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While there are requests (#1359, #1596) to allow for the optimization of dependencies, a suggestion to curb dev times would be to cache the results of dependency builds for debug/release separately, so that switching between cargo build and cargo build --release does not require a full rebuild of all dependencies, only the changed rs source files in question.
The text was updated successfully, but these errors were encountered:
I'm sorry, I've been avoiding switching between them like the plague since I started using rust for this reason; it seems that it has indeed been resolved some time ago and I never dared to try it and find out :)
While there are requests (#1359, #1596) to allow for the optimization of dependencies, a suggestion to curb dev times would be to cache the results of dependency builds for debug/release separately, so that switching between
cargo build
andcargo build --release
does not require a full rebuild of all dependencies, only the changed rs source files in question.The text was updated successfully, but these errors were encountered: