We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64d25f6 + d87676a commit b47117fCopy full SHA for b47117f
tensorflow/lite/CMakeLists.txt
@@ -226,6 +226,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Android")
226
endif()
227
# Build a list of source files to compile into the TF Lite library.
228
populate_tflite_source_vars("." TFLITE_SRCS)
229
+if(CMAKE_SYSTEM_NAME MATCHES "Windows" AND BUILD_SHARED_LIBS)
230
+ list(FILTER TFLITE_SRCS EXCLUDE REGEX ".*simple_memory_arena_debug_dump\\.cc$")
231
+endif()
232
233
# This particular file is excluded because the more explicit approach to enable
234
# XNNPACK delegate is preferred to the weak-symbol one.
0 commit comments