Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit f39fa8e

Browse files
committed
Add comment to build script about rerun-if-changed, and remove redundant line for build.rs
1 parent 5832d09 commit f39fa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ fn main() {
1212
.unwrap();
1313
println!("cargo:rustc-link-search={}", out.display());
1414

15-
println!("cargo:rerun-if-changed=build.rs");
15+
// Only re-run the build script when memory.x is changed, instead of at every build
1616
println!("cargo:rerun-if-changed=memory.x");
1717
}

0 commit comments

Comments
 (0)