Skip to content

Commit

Permalink
Remove rerun-if-changed lines from cpu/build.rs (#716)
Browse files Browse the repository at this point in the history
These aren't necessary, and are causing this package and depedents to be
re-built every time cargo is invoked (since build.rs writes link.x).
  • Loading branch information
korran authored Sep 1, 2023
1 parent 78d9a04 commit f5b94a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpu/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,4 @@ fn main() {
)
.unwrap();
println!("cargo:rustc-link-search={}", out_dir.display());

println!("cargo:rerun-if-changed=link.x");
println!("cargo:rerun-if-changed=build.rs");
}

0 comments on commit f5b94a9

Please sign in to comment.