From: Stijn Tintel Date: Thu, 14 May 2020 22:59:42 +0000 (+0300) Subject: Makefile: rename D to BCACHEFS_DEBUG X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cec9ecc7e0575c7c88bd048e1d24549a6b3c8fe6;p=bcachefs-tools-debian Makefile: rename D to BCACHEFS_DEBUG BCACHEFS_DEBUG is far more descriptive. D also conflicts with the D variable used in Gentoo ebuilds. Signed-off-by: Stijn Tintel --- diff --git a/Makefile b/Makefile index 8f23ef6..23cb6c0 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ ifneq (,$(findstring clang,$(CC_VERSION))) -Wno-enum-conversion endif -ifdef D +ifdef BCACHEFS_DEBUG CFLAGS+=-Werror CFLAGS+=-DCONFIG_BCACHEFS_DEBUG=y endif