| author | |
| committer | |
| log | 5f92b070bf284f1493b1b5d433dd3adde2f46727 |
| tree | 4f313484cfdd403cc0b8e263f61ffcd4d1a208ab |
| parent | e354aac8f21ffb1a30602b32fbacf64e5067278e |
This was missed in #17597 .1 files changed, 1 insertions(+), 1 deletions(-)
src/libtsan.zig+1-1| ... | ... | @@ -215,7 +215,7 @@ pub fn buildTsan(comp: *Compilation, prog_node: *std.Progress.Node) !void { |
| 215 | 215 | .want_valgrind = false, |
| 216 | 216 | .want_tsan = false, |
| 217 | 217 | .want_pic = true, |
| 218 | .want_pie = true, | |
| 218 | .want_pie = null, | |
| 219 | 219 | .emit_h = null, |
| 220 | 220 | .strip = comp.compilerRtStrip(), |
| 221 | 221 | .is_native_os = comp.bin_file.options.is_native_os, |