Add TF_LITE_STATIC_MEMORY to the Xtensa platform build Makefile.

PiperOrigin-RevId: 287572726
Change-Id: I4d1b5f1500fb058ab1b92b6ed672fbc33b871a6c
This commit is contained in:
Nick Kreeger 2019-12-30 11:08:58 -08:00 committed by Jacques Pienaar
parent 8f23523ff8
commit 80c685a55f

View File

@ -6,6 +6,9 @@ ifeq ($(TARGET), xtensa-xpg)
TARGET_ARCH := xtensa-xpg
PLATFORM_ARGS = \
-DTF_LITE_STATIC_MEMORY \
-DNDEBUG \
-DTF_LITE_MCU_DEBUG_LOG \
--xtensa-core=$(XTENSA_CORE) \
-g -O2 \
-fmessage-length=0 \