| ... | @@ -215,7 +215,7 @@ pub fn buildTsan(comp: *Compilation, prog_node: *std.Progress.Node) !void { | ... | @@ -215,7 +215,7 @@ pub fn buildTsan(comp: *Compilation, prog_node: *std.Progress.Node) !void { |
| 215 | .want_valgrind = false, | 215 | .want_valgrind = false, |
| 216 | .want_tsan = false, | 216 | .want_tsan = false, |
| 217 | .want_pic = true, | 217 | .want_pic = true, |
| 218 | .want_pie = true, | 218 | .want_pie = null, |
| 219 | .emit_h = null, | 219 | .emit_h = null, |
| 220 | .strip = comp.compilerRtStrip(), | 220 | .strip = comp.compilerRtStrip(), |
| 221 | .is_native_os = comp.bin_file.options.is_native_os, | 221 | .is_native_os = comp.bin_file.options.is_native_os, |