diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-06-24 13:22:38 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-06-24 13:22:38 -0400 |
commit | 616392360afc3cfac55a24cc710e3607d8c4ee1d (patch) | |
tree | 27203b8b892fcabc2458da594999661fa6b67e04 | |
parent | f0df110ba42a6d23cb222069e4c2a4712d48d9f1 (diff) | |
download | bfs-616392360afc3cfac55a24cc710e3607d8c4ee1d.tar.xz |
build/tsan: Fix target_clones override
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ ifdef TSAN # tsan needs all code instrumented NOLIBS := y # https://github.com/google/sanitizers/issues/342 -LOCAL_CPPFLAGS += -DBFS_TARGET_CLONES=false +LOCAL_CPPFLAGS += -DBFS_USE_TARGET_CLONES=0 LOCAL_CFLAGS += -fsanitize=thread SANITIZE := y endif |