Skip to content

Commit

Permalink
Updates Makefile for modern versions of Tensorflow
Browse files Browse the repository at this point in the history
Referred in google-coral#72
  • Loading branch information
feranick committed Sep 18, 2024
1 parent 1390341 commit 4f8de82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile_build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LIBEDGETPU_CFLAGS := \
LIBEDGETPU_CXXFLAGS := \
-fPIC \
-Wall \
-std=c++14 \
-std=c++17 \
-DDARWINN_PORT_DEFAULT

LIBEDGETPU_LDFLAGS := \
Expand Down Expand Up @@ -59,7 +59,7 @@ LIBEDGETPU_INCLUDES := \
$(BUILDDIR)/$(BUILDROOT)
LIBEDGETPU_INCLUDES := $(addprefix -I,$(LIBEDGETPU_INCLUDES))

LIBEDGETPU_CSRCS := $(TFROOT)/tensorflow/lite/c/common.c
LIBEDGETPU_CSRCS := $(TFROOT)/tensorflow/lite/c/common_internal.cc
LIBEDGETPU_COBJS := $(call TOBUILDDIR,$(patsubst %.c,%.o,$(LIBEDGETPU_CSRCS)))

LIBEDGETPU_CCSRCS := \
Expand Down

0 comments on commit 4f8de82

Please sign in to comment.