diff options
| author | LinuxUserGD <hugegameartgd@gmail.com> | 2023-08-16 21:37:04 +0200 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-09-26 14:18:01 -0700 |
| commit | ceaae42e90b1f4ba4aa59328e76913cdde3dedb9 (patch) | |
| tree | ef18b9854a2d1c85c9a8ece40c12e9966dad281f /src/link.zig | |
| parent | 1c726bcb321d03ac74d1bd646b690991ba356fd8 (diff) | |
| download | zig-ceaae42e90b1f4ba4aa59328e76913cdde3dedb9.tar.gz zig-ceaae42e90b1f4ba4aa59328e76913cdde3dedb9.zip | |
Add '--compress-debug-sections=zstd'
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.zig b/src/link.zig index 844ddb7b40..6c3e31ce3e 100644 --- a/src/link.zig +++ b/src/link.zig @@ -281,7 +281,7 @@ pub const Options = struct { pub const HashStyle = enum { sysv, gnu, both }; -pub const CompressDebugSections = enum { none, zlib }; +pub const CompressDebugSections = enum { none, zlib, zstd }; /// The filesystem layout of darwin SDK elements. pub const DarwinSdkLayout = enum { |
