From 31ea52b552ac2e8a4ba4bfc76181f41ede3bd1db Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 20 Dec 2021 15:50:52 -0800 Subject: [PATCH] bootstrap-configure: Enable sanitizer options This makes bootstrap-configure enables all sanitizers. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- bootstrap-configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-configure b/bootstrap-configure index 527faa0..6fa981f 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -27,6 +27,9 @@ fi --enable-mesh \ --enable-logger \ --enable-pie \ + --enable-asan \ + --enable-lsan \ + --enable-ubsan \ --enable-cups \ --enable-library \ --enable-admin \ -- 2.7.4