From cec9ecc7e0575c7c88bd048e1d24549a6b3c8fe6 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Fri, 15 May 2020 01:59:42 +0300 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5