| ... | @@ -1298,7 +1298,11 @@ pub fn create(gpa: Allocator, arena: Allocator, options: CreateOptions) !*Compil | ... | @@ -1298,7 +1298,11 @@ pub fn create(gpa: Allocator, arena: Allocator, options: CreateOptions) !*Compil |
| 1298 | }, | 1298 | }, |
| 1299 | .fully_qualified_name = "compiler_rt", | 1299 | .fully_qualified_name = "compiler_rt", |
| 1300 | .cc_argv = &.{}, | 1300 | .cc_argv = &.{}, |
| 1301 | .inherited = .{}, | 1301 | .inherited = .{ |
| | 1302 | .stack_check = false, |
| | 1303 | .stack_protector = 0, |
| | 1304 | .no_builtin = true, |
| | 1305 | }, |
| 1302 | .global = options.config, | 1306 | .global = options.config, |
| 1303 | .parent = options.root_mod, | 1307 | .parent = options.root_mod, |
| 1304 | .builtin_mod = options.root_mod.getBuiltinDependency(), | 1308 | .builtin_mod = options.root_mod.getBuiltinDependency(), |