mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
libcxx: fix not passing any_sanitize_thread correctly
This commit is contained in:
parent
3051d4390b
commit
036e9fd479
@ -153,6 +153,7 @@ pub fn buildLibCXX(comp: *Compilation, prog_node: *std.Progress.Node) !void {
|
||||
.root_strip = strip,
|
||||
.link_libc = true,
|
||||
.lto = comp.config.lto,
|
||||
.any_sanitize_thread = comp.config.any_sanitize_thread,
|
||||
});
|
||||
|
||||
const root_mod = try Module.create(arena, .{
|
||||
@ -358,6 +359,7 @@ pub fn buildLibCXXABI(comp: *Compilation, prog_node: *std.Progress.Node) !void {
|
||||
.link_libc = true,
|
||||
.any_unwind_tables = unwind_tables,
|
||||
.lto = comp.config.lto,
|
||||
.any_sanitize_thread = comp.config.any_sanitize_thread,
|
||||
});
|
||||
|
||||
const root_mod = try Module.create(arena, .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user