]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
make D=1 now implies valgrind
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 24 Aug 2020 20:27:42 +0000 (16:27 -0400)
committerKent Overstreet <kent.overstreet@gmail.com>
Mon, 24 Aug 2020 20:27:42 +0000 (16:27 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Makefile

index 728bce6da9cf756fd88f072caaeddce9dd50f897..062d5cdbe3b7222f0535dbbaffb23cb841e5b342 100644 (file)
--- 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