aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/Makefile')
-rw-r--r--tensorflow/contrib/lite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/Makefile b/tensorflow/contrib/lite/Makefile
index a616138d33..df5954744a 100644
--- a/tensorflow/contrib/lite/Makefile
+++ b/tensorflow/contrib/lite/Makefile
@@ -82,8 +82,9 @@ endif
# Settings for the host compiler.
CXX := $(CC_PREFIX) ${TARGET_TOOLCHAIN_PREFIX}g++
-CXXFLAGS += --std=c++11 -O3 -DNDEBUG
+CXXFLAGS += -O3 -DNDEBUG
CCFLAGS := ${CXXFLAGS}
+CXXFLAGS += --std=c++11
CC := $(CC_PREFIX) ${TARGET_TOOLCHAIN_PREFIX}gcc
AR := $(CC_PREFIX) ${TARGET_TOOLCHAIN_PREFIX}ar
CFLAGS :=