diff --git a/src/Compilation.zig b/src/Compilation.zig index 53a287499062332d4501a60a00676f2b42a7fe1d..5f52c541620aae3b81d15e99ce3777825bfb99cd 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -2050,7 +2050,11 @@ pub fn create(gpa: Allocator, arena: Allocator, io: Io, diag: *CreateDiagnostic, }, .fully_qualified_name = "zigc", .cc_argv = &.{}, - .inherited = .{}, + .inherited = .{ + .stack_check = false, + .stack_protector = 0, + .no_builtin = true, + }, .global = options.config, .parent = options.root_mod, }) catch |err| switch (err) {