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 af5ca40 commit 6faf8bdCopy full SHA for 6faf8bd
lld/docs/ld.lld.1
@@ -123,6 +123,11 @@ may be
123
.Cm none
124
or
125
.Cm zlib .
126
+The default compression level is 1 (fastest) as the debug info usually
127
+compresses well at that level, but if you want to compress it more,
128
+you can specify
129
+.Fl O2
130
+to set the compression level to 6.
131
.It Fl -cref
132
Output cross reference table.
133
.It Fl -define-common , Fl d
@@ -330,7 +335,9 @@ Disable string merging.
330
335
.It Cm 1
331
336
Enable string merging.
332
337
.It Cm 2
333
-Enable string tail merging.
338
+Enable string tail merging. If
339
+.Fl -compress-debug-sections
340
+is given, compress debug sections at compression level 6 instead of 1.
334
341
.El
342
.Pp
343
.Fl O Ns Cm 1
0 commit comments