| ... | @@ -2050,7 +2050,11 @@ pub fn create(gpa: Allocator, arena: Allocator, io: Io, diag: *CreateDiagnostic, | ... | @@ -2050,7 +2050,11 @@ pub fn create(gpa: Allocator, arena: Allocator, io: Io, diag: *CreateDiagnostic, |
| 2050 | }, | 2050 | }, |
| 2051 | .fully_qualified_name = "zigc", | 2051 | .fully_qualified_name = "zigc", |
| 2052 | .cc_argv = &.{}, | 2052 | .cc_argv = &.{}, |
| 2053 | .inherited = .{}, | 2053 | .inherited = .{ |
| | 2054 | .stack_check = false, |
| | 2055 | .stack_protector = 0, |
| | 2056 | .no_builtin = true, |
| | 2057 | }, |
| 2054 | .global = options.config, | 2058 | .global = options.config, |
| 2055 | .parent = options.root_mod, | 2059 | .parent = options.root_mod, |
| 2056 | }) catch |err| switch (err) { | 2060 | }) catch |err| switch (err) { |