-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code is recompiled each time #730
Comments
@vertrex can you provide a minimal repro of this? Ideally the best would be a repo I can check out and run |
It worked after adding :
Thank you |
Closing as very likely a consequence of this misbehavior/bug in Cargo: rust-lang/cargo#6003. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I use CXX in one of my crate and an other depends of it. Each time I run cargo build or cargo run, my c++ code is recompiled even if there is no change in any file. I tried to use println!("cargo:rerun-if-changed/") but I didn't change anything, must I print for each of the file (I have lot of c++ and header file in sub dir) ?
Tahnk you
The text was updated successfully, but these errors were encountered: