Use DWARF version 4 for now
This commit is contained in:
parent
8c7a457753
commit
c3c5c4b731
@ -48,7 +48,9 @@ impl<'tcx> DebugContext<'tcx> {
|
||||
version: if tcx.sess.target.target.options.is_like_osx {
|
||||
3
|
||||
} else {
|
||||
5
|
||||
// FIXME change to version 5 once the gdb and lldb shipping with the latest debian
|
||||
// support it.
|
||||
4
|
||||
},
|
||||
address_size,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user