diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-12-21 22:18:19 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-12-24 01:18:47 -0700 |
| commit | 42b4a48bc96ce22562230cd1a266f93a013c76dd (patch) | |
| tree | 16a176b415131a12b72cbac682d0398fa65d9926 /src/libunwind.zig | |
| parent | 0fd68f49e2eabb866ea1d21c4657c2a1d3c8ce53 (diff) | |
| download | zig-42b4a48bc96ce22562230cd1a266f93a013c76dd.tar.gz zig-42b4a48bc96ce22562230cd1a266f93a013c76dd.zip | |
WIP start adding support for TSAN
Diffstat (limited to 'src/libunwind.zig')
| -rw-r--r-- | src/libunwind.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libunwind.zig b/src/libunwind.zig index 13a4fdf7c7..a0da7ee1fb 100644 --- a/src/libunwind.zig +++ b/src/libunwind.zig @@ -103,6 +103,7 @@ pub fn buildStaticLib(comp: *Compilation) !void { .want_sanitize_c = false, .want_stack_check = false, .want_valgrind = false, + .want_tsan = false, .want_pic = comp.bin_file.options.pic, .want_pie = comp.bin_file.options.pie, .emit_h = null, |
