mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
pkg/tensorflow-lite: add -Wno-cast-align
This commit is contained in:
parent
b005e8fce6
commit
db41e3a58b
@ -11,6 +11,7 @@ TF_USEMODULE = $(filter $(TF_MODULES),$(USEMODULE))
|
||||
.PHONY: tensorflow-lite tensorflow-lite-%
|
||||
|
||||
CFLAGS += -Wno-pedantic
|
||||
CFLAGS += -Wno-cast-align
|
||||
CFLAGS += -DTF_LITE_STATIC_MEMORY
|
||||
CFLAGS += -DTF_LITE_USE_GLOBAL_ROUND
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user