From: Kent Overstreet Date: Mon, 24 Aug 2020 20:27:42 +0000 (-0400) Subject: make D=1 now implies valgrind X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9b3a770ae396d6a15f1b7561ad8f8255fd028dd2;p=bcachefs-tools-debian make D=1 now implies valgrind Signed-off-by: Kent Overstreet --- diff --git a/Makefile b/Makefile index 728bce6..062d5cd 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ endif ifdef D CFLAGS+=-Werror CFLAGS+=-DCONFIG_BCACHEFS_DEBUG=y - CFLAGS+=-DCONFIG_VALGRIND=y endif + CFLAGS+=-DCONFIG_VALGRIND=y PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd libudev" ifdef BCACHEFS_FUSE