mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-28 20:06:38 +03:00
std/build.zig: fix stack checking option
This commit is contained in:
committed by
Andrew Kelley
parent
7e436006be
commit
8736a5be2a
+1
-1
@@ -1802,7 +1802,7 @@ pub const LibExeObjStep = struct {
|
||||
try zig_args.append("--bundle-compiler-rt");
|
||||
}
|
||||
if (self.disable_stack_probing) {
|
||||
try zig_args.append("--disable-stack-probing");
|
||||
try zig_args.append("-fno-stack-check");
|
||||
}
|
||||
|
||||
switch (self.target) {
|
||||
|
||||
Reference in New Issue
Block a user