| author | |
| committer | |
| log | 7cc7ae1fd3d3edb586f2661c5b3adda17b872f9f |
| tree | ac3181eece08595ae69e9da884dc14a678e4c9de |
| parent | ccf8488a1e9bd65f354c1613dc504cf5a685e50e |
| signature |
Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>1 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation/Config.zig+1| ... | ... | @@ -433,6 +433,7 @@ pub fn resolve(options: Options) ResolveError!Config { |
| 433 | 433 | |
| 434 | 434 | const debug_format: DebugFormat = b: { |
| 435 | 435 | if (root_strip and !options.any_non_stripped) break :b .strip; |
| 436 | if (options.debug_format) |x| break :b x; | |
| 436 | 437 | break :b switch (target.ofmt) { |
| 437 | 438 | .elf, .goff, .macho, .wasm, .xcoff => .{ .dwarf = .@"32" }, |
| 438 | 439 | .coff => .code_view, |