bootstrap-configure: Enable sanitizer options
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 20 Dec 2021 23:50:52 +0000 (15:50 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:38 +0000 (19:08 +0530)
This makes bootstrap-configure enables all sanitizers.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
bootstrap-configure

index 527faa0..6fa981f 100755 (executable)
@@ -27,6 +27,9 @@ fi
                --enable-mesh \
                --enable-logger \
                --enable-pie \
+               --enable-asan \
+               --enable-lsan \
+               --enable-ubsan \
                --enable-cups \
                --enable-library \
                --enable-admin \