mirror of
https://github.com/ziglang/zig.git
synced 2026-01-31 03:33:37 +00:00
frontend: fix incorrect WebAssembly hasDebugInfo=false
This commit is contained in:
parent
027e7c1c49
commit
e47141a14e
@ -407,7 +407,6 @@ pub fn hasDebugInfo(target: std.Target) bool {
|
||||
std.Target.nvptx.featureSetHas(target.cpu.features, .ptx78) or
|
||||
std.Target.nvptx.featureSetHas(target.cpu.features, .ptx80) or
|
||||
std.Target.nvptx.featureSetHas(target.cpu.features, .ptx81),
|
||||
.wasm32, .wasm64 => false,
|
||||
.bpfel, .bpfeb => false,
|
||||
else => true,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user