From 01ae4df23735fb837e6f5119bdce77f671133f96 Mon Sep 17 00:00:00 2001 From: Eric Junyuan Xie Date: Tue, 24 Jan 2017 13:00:59 -0800 Subject: [PATCH] Update Makefile --- amalgamation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amalgamation/Makefile b/amalgamation/Makefile index 79ec97f52f7f..64e89cc96605 100644 --- a/amalgamation/Makefile +++ b/amalgamation/Makefile @@ -19,7 +19,7 @@ endif .PHONY: all clean -DEFS+=-DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_MKL=0 -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_FORCE_STREAM -DMXNET_USE_OPENCV=1 -DMXNET_PREDICT_ONLY=1 -DDISABLE_OPENMP=1 +DEFS+=-DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_MKL=0 -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_FORCE_STREAM -DMXNET_USE_OPENCV=0 -DMXNET_PREDICT_ONLY=1 -DDISABLE_OPENMP=1 CFLAGS=-std=c++11 -Wno-unknown-pragmas -Wall $(DEFS) ifneq ($(MIN), 1) CFLAGS += -I${OPENBLAS_ROOT} -I${OPENBLAS_ROOT}/include