Skip to content

Commit 9e02c06

Browse files
try the same thing
1 parent 6290032 commit 9e02c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/line-tables-only/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fn main() {
44
cc::Build::new()
55
.opt_level(0)
66
.debug(false)
7-
.flag("-g2")
7+
.flag("-gline-tables-only")
88
.file("src/callback.c")
99
.compile("libcallback.a");
1010
}

0 commit comments

Comments
 (0)