1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

pkg/lwext4: don't include debug strings by default

This commit is contained in:
Benjamin Valentin 2023-11-07 16:29:16 +01:00
parent 3889592db5
commit 616932f24b

View File

@ -4,6 +4,7 @@ DIRS += $(RIOTPKG)/lwext4/fs
CFLAGS += -DCONFIG_USE_DEFAULT_CFG=1
CFLAGS += -DCONFIG_HAVE_OWN_OFLAGS=0
CFLAGS += -DCONFIG_DEBUG_PRINTF=0
# select ext2/3/4 feature level based on module name
ifneq (,$(filter lwext4_vfs,$(USEMODULE)))