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 3dd14a8 commit 1cea408Copy full SHA for 1cea408
crates/line-tables-only/build.rs
@@ -3,6 +3,7 @@ fn main() {
3
4
cc::Build::new()
5
.opt_level(0)
6
+ // Don't use -gline-tables-only: it breaks on platforms that don't use clang (Linux with gcc, etc.)
7
.flag("-g1")
8
.file("src/callback.c")
9
.compile("libcallback.a");
0 commit comments