From a6c6d7301cdb3c2d3f86b05536edd10ec7a3b725 Mon Sep 17 00:00:00 2001 From: yah01 Date: Tue, 12 Sep 2023 14:01:17 +0800 Subject: [PATCH] Enable ASAN for ut (#27016) Signed-off-by: yah01 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3dc50c18e..29dc0839a8 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ build-cpp-with-unittest: generated-proto build-cpp-with-coverage: generated-proto @echo "Building Milvus cpp library with coverage and unittest ..." - @(env bash $(PWD)/scripts/core_build.sh -t ${mode} -u -c -f "$(CUSTOM_THIRDPARTY_PATH)" -n ${disk_index} -y ${use_dynamic_simd}) + @(env bash $(PWD)/scripts/core_build.sh -t ${mode} -a ${useasan} -u -c -f "$(CUSTOM_THIRDPARTY_PATH)" -n ${disk_index} -y ${use_dynamic_simd}) check-proto-product: generated-proto @(env bash $(PWD)/scripts/check_proto_product.sh)