We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6290032 commit 9e02c06Copy full SHA for 9e02c06
crates/line-tables-only/build.rs
@@ -4,7 +4,7 @@ fn main() {
4
cc::Build::new()
5
.opt_level(0)
6
.debug(false)
7
- .flag("-g2")
+ .flag("-gline-tables-only")
8
.file("src/callback.c")
9
.compile("libcallback.a");
10
}
0 commit comments