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:
parent
1de7e56493
commit
3402bfadb0
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user