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
This would allow cleaning of e.g. a project you mostly work with productively but you compile it in debug mode occasionally to fix some bugs or add small features.
The opposite mode would allow cleaning the occasional release build to e.g. benchmark in a project you mostly just develop in debug mode.
The text was updated successfully, but these errors were encountered:
taladar
changed the title
Add option to clean all release or all debug build
Add option to clean all release or all debug build artifacts
Dec 16, 2022
I like that idea, thanks! Don't have time to write up full mentoring instructions, but the basic idea is to only recurse into the (e.g.) target/debug directory, which happens at a pretty high level and shouldn't need a detailed knowledge of how cargo works.
This would allow cleaning of e.g. a project you mostly work with productively but you compile it in debug mode occasionally to fix some bugs or add small features.
The opposite mode would allow cleaning the occasional release build to e.g. benchmark in a project you mostly just develop in debug mode.
The text was updated successfully, but these errors were encountered: