diff options
| author | Ryan Liptak <squeek502@hotmail.com> | 2025-11-08 02:34:44 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-08 02:34:44 -0800 |
| commit | be4eaed7c41fb194014d862648ff586797e39e84 (patch) | |
| tree | 0125e7d1e36f1b5b342fbbb5901ddc2650b6267b /src/link.zig | |
| parent | 43eb9b52ccac894023800115e8395cdb413be14a (diff) | |
| parent | da77d306b637f9ecd4ad4657978b22063c9ecf1d (diff) | |
| download | zig-be4eaed7c41fb194014d862648ff586797e39e84.tar.gz zig-be4eaed7c41fb194014d862648ff586797e39e84.zip | |
Merge pull request #25860 from squeek502/coalesce-to-std-zig
Move/coalesce `CompressDebugSections` and `RcIncludes` enums to `std.zig`
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 ce1d2a68f6..c0a8facb77 100644 --- a/src/link.zig +++ b/src/link.zig @@ -428,7 +428,7 @@ pub const File = struct { tsaware: bool, nxcompat: bool, dynamicbase: bool, - compress_debug_sections: Lld.Elf.CompressDebugSections, + compress_debug_sections: std.zig.CompressDebugSections, bind_global_refs_locally: bool, import_symbols: bool, import_table: bool, |
