Also mark .debug_line_str as mergeable strings
This commit is contained in:
parent
7a1601553d
commit
126fd7c31d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ impl WriteDebugInfo for ObjectProduct {
|
|||
let section_id = self.object.add_section(
|
||||
segment,
|
||||
name,
|
||||
if id == SectionId::DebugStr {
|
||||
if id == SectionId::DebugStr || id == SectionId::DebugLineStr {
|
||||
SectionKind::DebugString
|
||||
} else if id == SectionId::EhFrame {
|
||||
SectionKind::ReadOnlyData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue