From 616392360afc3cfac55a24cc710e3607d8c4ee1d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 24 Jun 2023 13:22:38 -0400 Subject: build/tsan: Fix target_clones override --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f7af9cc..5d7461e 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3