From da60868d2bb9009cd13f6517391474a773a34317 Mon Sep 17 00:00:00 2001 From: Piotr Teterwak Date: Mon, 18 May 2015 14:15:50 -0700 Subject: [PATCH] Update config.mk --- make/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make/config.mk b/make/config.mk index 249228f1..5b84be96 100644 --- a/make/config.mk +++ b/make/config.mk @@ -24,8 +24,8 @@ USE_CUDA_PATH = NONE # whether use opencv during compilation # you can disable it, however, you will not able to use # imbin iterator -USE_OPENCV = 1 -USE_OPENCV_DECODER = 1 +USE_OPENCV = 0 +USE_OPENCV_DECODER = 0 # whether use CUDNN R3 library USE_CUDNN = 0 # add the path to CUDNN libary to link and compile flag @@ -53,7 +53,7 @@ USE_RABIT_PS = 0 RABIT_PATH = rabit # use openmp iterator -USE_OPENMP_ITER = 1 +USE_OPENMP_ITER = 0 # the additional link flags you want to add #ADD_LDFLAGS = -ljpeg