We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f707412 commit 32a2fd7Copy full SHA for 32a2fd7
tensorflow-lite/cppbuild.sh
@@ -104,6 +104,7 @@ case $PLATFORM in
104
esac
105
106
"$CMAKE" $CMAKE_FLAGS -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=.. -DCMAKE_INSTALL_LIBDIR=lib -DTFLITE_C_BUILD_SHARED_LIBS=OFF ../tensorflow-$TENSORFLOW_VERSION/tensorflow/lite/c
107
+"$CMAKE" --build . --parallel $MAKEJ --target absl_log_internal_message
108
"$CMAKE" --build . --parallel $MAKEJ
109
#"$CMAKE" --install .
110
0 commit comments