mystor / rust-cpp

Embed C++ directly inside your rust code!
Apache License 2.0
798 stars 44 forks source link

cpp_build should ideally only recompile when the source code has changed #43

Open expenses opened 6 years ago

expenses commented 6 years ago

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 commented 6 years ago

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