]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - debian/rules
enable thread sanitizer if the builder wants it
[thirdparty/e2fsprogs.git] / debian / rules
index 7491f39251e36fda8eb582491620cd27ded3a315..9167a40fc4f132051fd2007cfaba988405594be4 100755 (executable)
@@ -165,7 +165,7 @@ endif
 BACKTRACE_CONF_FLAGS ?= $(shell if ${debdir}/scripts/test-backtrace ; then echo --disable-backtrace ; fi)
 
 COMMON_CONF_FLAGS = --enable-lto --disable-ubsan --disable-addrsan \
-       --disable-e2initrd-helper \
+       --disable-threadsan --disable-e2initrd-helper \
        --infodir=/usr/share/info  --enable-symlink-install \
        --with-multiarch=$(DEB_HOST_MULTIARCH) \
        $(BACKTRACE_CONF_FLAGS) $(UTIL_CONF_FLAGS)