From ae4a2291d7d23b387a2d9f2365c4a966c4ccf234 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:22:10 -0700 Subject: [PATCH] update docs --- BUILD.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.md b/BUILD.md index 0b882e5fe..52e7cd96a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -171,6 +171,8 @@ Then once you install the build with sanitizer, you may run a Python script usin LD_PRELOAD=/lib/x86_64-linux-gnu/libasan.so.6 python3 -c "import aerospike" ``` +This is only supported for building with GCC. + ### Troubleshooting macOS In some versions of macOS, Python 2.7 is installed as ``python`` with