Skip to content

Commit 1cea408

Browse files
comment on why not using -gline-tables-only
1 parent 3dd14a8 commit 1cea408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/line-tables-only/build.rs

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

44
cc::Build::new()
55
.opt_level(0)
6+
// Don't use -gline-tables-only: it breaks on platforms that don't use clang (Linux with gcc, etc.)
67
.flag("-g1")
78
.file("src/callback.c")
89
.compile("libcallback.a");

0 commit comments

Comments
 (0)