| ... | @@ -192,7 +192,7 @@ pub fn createEmpty( | ... | @@ -192,7 +192,7 @@ pub fn createEmpty( |
| 192 | null | 192 | null |
| 193 | else | 193 | else |
| 194 | try std.fmt.allocPrint(arena, "{s}.o", .{emit.sub_path}); | 194 | try std.fmt.allocPrint(arena, "{s}.o", .{emit.sub_path}); |
| 195 | const allow_shlib_undefined = options.allow_shlib_undefined orelse false; | 195 | const allow_shlib_undefined = options.allow_shlib_undefined orelse comp.config.any_sanitize_thread; |
| 196 | | 196 | |
| 197 | const self = try arena.create(MachO); | 197 | const self = try arena.create(MachO); |
| 198 | self.* = .{ | 198 | self.* = .{ |