File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ defm compress_debug_sections:
68
68
MetaVarName<"[none,zlib,zstd]">;
69
69
70
70
defm compress_sections: EEq<"compress-sections",
71
- "Compress output sections that match the glob and do not have the SHF_ALLOC flag."
71
+ "Compress output sections that match the glob and do not have the SHF_ALLOC flag. "
72
72
"The compression level is <level> (if specified) or a default speed-focused level">,
73
73
MetaVarName<"<section-glob>={none,zlib,zstd}[:level]">;
74
74
Original file line number Diff line number Diff line change @@ -438,10 +438,10 @@ template <class ELFT> void OutputSection::maybeCompress() {
438
438
compressed.type = ELFCOMPRESS_ZLIB;
439
439
compressed.checksum = checksum;
440
440
}
441
+ #endif
441
442
442
443
compressed.shards = std::move (shardsOut);
443
444
flags |= SHF_COMPRESSED;
444
- #endif
445
445
}
446
446
447
447
static void writeInt (uint8_t *buf, uint64_t data, uint64_t size) {
You can’t perform that action at this time.
0 commit comments