1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

pkg/uwb-core: fix NDEBUG compilation problems

This commit is contained in:
Gunar Schorcht 2025-08-07 11:57:53 +02:00
parent 1de7e56493
commit 3402bfadb0

View File

@ -24,6 +24,10 @@ ifneq (,$(filter llvm,$(TOOLCHAIN)))
CFLAGS += -Wno-microsoft-anon-tag
endif
ifneq (,$(filter -DNDEBUG,$(CFLAGS)))
CFLAGS += -Wno-sometimes-uninitialized
endif
IGNORE_MODULES := uwb-core_dpl \
uwb-core_config \
uwb-core_contrib \