Skip to content

Commit 3bff525

Browse files
committed
fixup! add comment
1 parent e0efda1 commit 3bff525

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/include/clang/Basic/DebugOptions.def

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,13 @@ DEBUGOPT(DebugNameTable, 2, 0, Compatible)
126126
DEBUGOPT(DebugRangesBaseAddress, 1, 0, Compatible)
127127

128128
/// Whether to add linkage names to constructor/destructor declarations.
129+
/// This is an escape hatch for cases where attaching the additional linkage
130+
/// names would increase debug-info size (particularly the .debug_str section)
131+
/// too much.
129132
DEBUGOPT(DebugStructorDeclLinkageNames, 1, 0, Benign)
130133

131134
/// Whether to embed source in DWARF debug line section.
132-
DEBUGOPT(EmbedSource, 1, 1, Compatible)
135+
DEBUGOPT(EmbedSource, 1, 0, Compatible)
133136

134137
#undef DEBUGOPT
135138
#undef ENUM_DEBUGOPT

0 commit comments

Comments
 (0)