Merge branch 'improvement/enable-asan' of https://github.com/dpronin/fio
authorJens Axboe <axboe@kernel.dk>
Fri, 11 Mar 2022 00:50:30 +0000 (17:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Mar 2022 00:50:30 +0000 (17:50 -0700)
* 'improvement/enable-asan' of https://github.com/dpronin/fio:
  ASAN enabling when configuring

Signed-off-by: Jens Axboe <axboe@kernel.dk>
1  2 
configure

diff --cc configure
index 65aee715ffaad9efa006bfff94eeddcdb2a0873a,6aa6ac9a2463c67938d0c44ba7e5bc378b9b604b..d327d2ca77304424cac9804f01352fe043f6dee0
+++ 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