From: Jens Axboe Date: Fri, 11 Mar 2022 00:50:30 +0000 (-0700) Subject: Merge branch 'improvement/enable-asan' of https://github.com/dpronin/fio X-Git-Tag: fio-3.30~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2c8d6dcdeb8d6643c70cb6b929db1029334e521b;p=fio.git Merge branch 'improvement/enable-asan' of https://github.com/dpronin/fio * 'improvement/enable-asan' of https://github.com/dpronin/fio: ASAN enabling when configuring Signed-off-by: Jens Axboe --- 2c8d6dcdeb8d6643c70cb6b929db1029334e521b diff --cc configure index 65aee715,6aa6ac9a..d327d2ca --- a/configure +++ b/configure @@@ -290,9 -292,10 +292,10 @@@ if test "$show_help" = "yes" ; the echo "--enable-libiscsi Enable iscsi support" echo "--enable-libnbd Enable libnbd (NBD engine) support" echo "--disable-libzbc Disable libzbc even if found" - echo "--disable-tcmalloc Disable tcmalloc support" - echo "--dynamic-libengines Lib-based ioengines as dynamic libraries" - echo "--disable-dfs Disable DAOS File System support even if found" + echo "--disable-tcmalloc Disable tcmalloc support" + echo "--dynamic-libengines Lib-based ioengines as dynamic libraries" + echo "--disable-dfs Disable DAOS File System support even if found" + echo "--enable-asan Enable address sanitizer" exit $exit_val fi