Skip to content

Commit a3c48a6

Browse files
Fix line-tables-only test on macOS 15
1 parent 2c814b3 commit a3c48a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/line-tables-only/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ fn main() {
33

44
cc::Build::new()
55
.opt_level(0)
6-
.debug(false)
76
.flag("-g1")
87
.file("src/callback.c")
98
.compile("libcallback.a");

0 commit comments

Comments
 (0)