| author | |
| committer | |
| log | 766e281a72bb915ebee21cafd862d6b7a2a298ca |
| tree | a29eadc1078a0aff35eab76754f575c602cf11db |
| parent | e9309036b28d402afd5f9f77d2d32e7d7b902b9f |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO.zig+1-1| ... | ... | @@ -192,7 +192,7 @@ pub fn createEmpty( |
| 192 | 192 | null |
| 193 | 193 | else |
| 194 | 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 | 197 | const self = try arena.create(MachO); |
| 198 | 198 | self.* = .{ |