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 7a16015 commit 126fd7cCopy full SHA for 126fd7c
src/debuginfo/object.rs
@@ -39,7 +39,7 @@ impl WriteDebugInfo for ObjectProduct {
39
let section_id = self.object.add_section(
40
segment,
41
name,
42
- if id == SectionId::DebugStr {
+ if id == SectionId::DebugStr || id == SectionId::DebugLineStr {
43
SectionKind::DebugString
44
} else if id == SectionId::EhFrame {
45
SectionKind::ReadOnlyData
0 commit comments