mirror of
https://github.com/ziglang/zig.git
synced 2026-01-28 02:05:31 +00:00
stage2: wasm arch does not support -mred-zone flags
This commit is contained in:
parent
3647784d05
commit
ab4f3aee3d
@ -354,8 +354,6 @@ pub fn hasRedZone(target: std.Target) bool {
|
||||
return switch (target.cpu.arch) {
|
||||
.x86_64,
|
||||
.i386,
|
||||
.wasm32,
|
||||
.wasm64,
|
||||
.powerpc,
|
||||
.powerpc64,
|
||||
.powerpc64le,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user