diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |