Remove unneccessary define.

@pnikam-cad confirmed that this will no longer be needed: https://github.com/tensorflow/tensorflow/pull/46238#discussion_r553364064
This commit is contained in:
Advait Jain 2021-01-07 16:27:59 -08:00
parent 49e3675367
commit 38b7e1fe4e

View File

@ -11,7 +11,6 @@ ifeq ($(TARGET_ARCH), $(findstring $(TARGET_ARCH), "fusion_f1 hifi4"))
PLATFORM_FLAGS = \
-DNNLIB_V2 \
-DXTENSA_NNLIB_MAX_SCRATCH_SIZE=70*1024 \
-Wno-shadow
CCFLAGS += $(PLATFORM_FLAGS)