rust-cpp
rust-cpp copied to clipboard
cpp_build should ideally only recompile when the source code has changed
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.
Using sccache and setting CXX="sccache cc"
works for now.