Optimized Arduino library by enabling precompilation

Precompilation allows Arduino users to build their sketches much faster, but requires some support from the library properties to enable. This has recently been upgraded to suppor the 'full' mode, as shown in https://github.com/arduino/arduino-cli/pull/611, so we want to take advantage of this.

PiperOrigin-RevId: 317191283
Change-Id: Ie44a31ba45105f65fdad0da487290aff5fa2a179
This commit is contained in:
Pete Warden 2020-06-18 15:16:08 -07:00 committed by TensorFlower Gardener
parent 35b978db57
commit 834fe68f36

View File

@ -8,3 +8,4 @@ category=Data Processing
url=https://www.tensorflow.org/lite/microcontrollers/overview url=https://www.tensorflow.org/lite/microcontrollers/overview
ldflags=-lm ldflags=-lm
includes=TensorFlowLite.h includes=TensorFlowLite.h
precompiled=full