diff options
| author | amelia squires <[email protected]> | 2025-10-14 21:46:38 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-10-14 21:46:38 -0500 |
| commit | af09c42e8067dfc832f7e1dce92860e1022c75fa (patch) | |
| tree | a444ec4586f9b1c54ea6680ffee2dc940644427d /makefile | |
| parent | a67dc94484cf9869793fc1861914b800a6559a74 (diff) | |
tons of thread changed, more testing needed
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ debug: all san: CFLAGS += -ggdb3 -static-libasan -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer -fno-optimize-sibling-calls
san: all
+tsan: CFLAGS += -ggdb3 -static-libasan -fsanitize=undefined -fsanitize=thread -fno-omit-frame-pointer -fno-optimize-sibling-calls
+tsan: all
+
reg:
rm src/reg.o
|
