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:
parent
3889592db5
commit
616932f24b
@ -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)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user