| ... | @@ -1802,7 +1802,7 @@ pub const LibExeObjStep = struct { | ... | @@ -1802,7 +1802,7 @@ pub const LibExeObjStep = struct { |
| 1802 | try zig_args.append("--bundle-compiler-rt"); | 1802 | try zig_args.append("--bundle-compiler-rt"); |
| 1803 | } | 1803 | } |
| 1804 | if (self.disable_stack_probing) { | 1804 | if (self.disable_stack_probing) { |
| 1805 | try zig_args.append("--disable-stack-probing"); | 1805 | try zig_args.append("-fno-stack-check"); |
| 1806 | } | 1806 | } |
| 1807 | | 1807 | |
| 1808 | switch (self.target) { | 1808 | switch (self.target) { |