mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 12:33:19 +00:00
parent
e354aac8f2
commit
5f92b070bf
@ -215,7 +215,7 @@ pub fn buildTsan(comp: *Compilation, prog_node: *std.Progress.Node) !void {
|
||||
.want_valgrind = false,
|
||||
.want_tsan = false,
|
||||
.want_pic = true,
|
||||
.want_pie = true,
|
||||
.want_pie = null,
|
||||
.emit_h = null,
|
||||
.strip = comp.compilerRtStrip(),
|
||||
.is_native_os = comp.bin_file.options.is_native_os,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user