summaryrefslogtreecommitdiff
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-12-20 15:50:52 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-12-23 11:46:12 -0800
commit2be0c6aa3a8ceb38bb21ad376edb817cd947b70f (patch)
tree6683d38ec9a27388c6e017118f06c4b8ee2e89d8 /bootstrap-configure
parent2be2b945e23ea9740aef79d1e719ce793413e129 (diff)
downloadbluez-2be0c6aa3a8ceb38bb21ad376edb817cd947b70f.tar.gz
bootstrap-configure: Enable sanitizer options
This makes bootstrap-configure enables all sanitizers.
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index a34be8320..8172840d5 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -28,6 +28,9 @@ fi
--enable-btpclient \
--enable-logger \
--enable-pie \
+ --enable-asan \
+ --enable-lsan \
+ --enable-ubsan \
--enable-cups \
--enable-library \
--enable-admin \