Skip to content

Commit c3c5c4b

Browse files
authored
Use DWARF version 4 for now
1 parent 8c7a457 commit c3c5c4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/debuginfo/mod.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ impl<'tcx> DebugContext<'tcx> {
4848
version: if tcx.sess.target.target.options.is_like_osx {
4949
3
5050
} else {
51-
5
51+
// FIXME change to version 5 once the gdb and lldb shipping with the latest debian
52+
// support it.
53+
4
5254
},
5355
address_size,
5456
};

0 commit comments

Comments
 (0)