Exclude cstdio from release builds for xtensa.
PiperOrigin-RevId: 297444207 Change-Id: I8fb750b460e1666984026d683867e73f1efd4f9f
This commit is contained in:
parent
01c5b1203e
commit
d024b7b01d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user