rust-cpp icon indicating copy to clipboard operation
rust-cpp copied to clipboard

cpp_build should ideally only recompile when the source code has changed

Open expenses opened this issue 6 years ago • 1 comments

I'll look into working on this tomorrow, but its a bit annoying that the whole crate is rebuilt when I run cargo run, having not changed anything.

expenses avatar Sep 11 '18 14:09 expenses

Using sccache and setting CXX="sccache cc" works for now.

expenses avatar Sep 12 '18 03:09 expenses