Skip to content

Commit 127c65b

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/line-tables-only/build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ fn main() {
33

44
cc::Build::new()
55
.opt_level(0)
6-
.debug(false)
7-
.flag("-g1")
6+
.flag("-gline-tables-only")
87
.file("src/callback.c")
98
.compile("libcallback.a");
109
}

0 commit comments

Comments
 (0)