We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6096fb commit 4ce60abCopy full SHA for 4ce60ab
build.rs
@@ -3,4 +3,6 @@ use std::env;
3
fn main() {
4
// Forward the profile to the main compilation
5
println!("cargo:rustc-env=PROFILE={}", env::var("PROFILE").unwrap());
6
+ // Don't rebuild miri even if nothing changed
7
+ println!("cargo:rerun-if-changed=build.rs");
8
}
0 commit comments