Exclude cstdio from release builds for xtensa.

PiperOrigin-RevId: 297444207
Change-Id: I8fb750b460e1666984026d683867e73f1efd4f9f
This commit is contained in:
Advait Jain 2020-02-26 13:59:24 -08:00 committed by TensorFlower Gardener
parent 01c5b1203e
commit d024b7b01d

View File

@ -36,7 +36,9 @@ limitations under the License.
#include "tensorflow/lite/micro/debug_log.h"
#ifndef TF_LITE_STRIP_ERROR_STRINGS
#include <cstdio>
#endif
extern "C" void DebugLog(const char* s) {
#ifndef TF_LITE_STRIP_ERROR_STRINGS