We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2de0b2 + e71af86 commit 65a3131Copy full SHA for 65a3131
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