Skip to content

Commit ab4f3ae

Browse files
committed
stage2: wasm arch does not support -mred-zone flags
1 parent 3647784 commit ab4f3ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/target.zig

-2
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@ pub fn hasRedZone(target: std.Target) bool {
354354
return switch (target.cpu.arch) {
355355
.x86_64,
356356
.i386,
357-
.wasm32,
358-
.wasm64,
359357
.powerpc,
360358
.powerpc64,
361359
.powerpc64le,

0 commit comments

Comments
 (0)