| author | |
| committer | |
| log | 8736a5be2ac280db8fd34c86efd1b764a255f23c |
| tree | 4bd84162fab38ce1edf1b3b45e47996a5a23d3c7 |
| parent | 7e436006be93d43a9e93206e29f9a08cbd8e109e |
1 files changed, 1 insertions(+), 1 deletions(-)
std/build.zig+1-1| ... | ... | @@ -1802,7 +1802,7 @@ pub const LibExeObjStep = struct { |
| 1802 | 1802 | try zig_args.append("--bundle-compiler-rt"); |
| 1803 | 1803 | } |
| 1804 | 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 | 1808 | switch (self.target) { |