1
0
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:
Marian Buschsieweke 2021-11-12 19:53:54 +01:00
parent b005e8fce6
commit db41e3a58b
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -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