Skip to content

Commit 7bfc05e

Browse files
committed
debugging
1 parent 46b1fc0 commit 7bfc05e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.rs

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ fn link_in_librustix_outline(arch: &str, asm_name: &str) {
7575
"{} didn't previously exist; please inspect the new file and `git add` it",
7676
to
7777
);
78+
std::process::Command::new("strings")
79+
.arg(&from)
80+
.status()
81+
.unwrap()
82+
.success();
7883
assert!(
7984
std::process::Command::new("git")
8085
.arg("diff")

0 commit comments

Comments
 (0)