From 1d3c28693483178592de6f9c8f8c48c1470c87f5 Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Fri, 13 Dec 2024 14:47:58 -0800 Subject: [PATCH] add todo for asan Signed-off-by: Jade Abraham --- third-party/mimalloc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/third-party/mimalloc/Makefile b/third-party/mimalloc/Makefile index e2f0513db83b..2fea6a8f5506 100644 --- a/third-party/mimalloc/Makefile +++ b/third-party/mimalloc/Makefile @@ -27,6 +27,9 @@ else CHPL_MIMALLOC_CFG_OPTIONS += -DCMAKE_BUILD_TYPE=Release endif +# TODO: enabled this when CHPL_SANITIZE_EXE is not none +# CHPL_MIMALLOC_CFG_OPTIONS += -DMI_TRACK_ASAN=ON + # if host, use the C++ compiler ifeq ($(strip $(CHPL_MAKE_HOST_TARGET)),--host)