diff options
Diffstat (limited to 'src/Compilation/Config.zig')
| -rw-r--r-- | src/Compilation/Config.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compilation/Config.zig b/src/Compilation/Config.zig index 3f2e5809d4..6be2ae80f8 100644 --- a/src/Compilation/Config.zig +++ b/src/Compilation/Config.zig @@ -434,7 +434,7 @@ pub fn resolve(options: Options) ResolveError!Config { const debug_format: DebugFormat = b: { if (root_strip and !options.any_non_stripped) break :b .strip; break :b switch (target.ofmt) { - .elf, .macho, .wasm => .{ .dwarf = .@"32" }, + .elf, .goff, .macho, .wasm, .xcoff => .{ .dwarf = .@"32" }, .coff => .code_view, .c => switch (target.os.tag) { .windows, .uefi => .code_view, |
