From 9b3a770ae396d6a15f1b7561ad8f8255fd028dd2 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 24 Aug 2020 16:27:42 -0400 Subject: [PATCH] make D=1 now implies valgrind Signed-off-by: Kent Overstreet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 728bce6d..062d5cdb 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