Skip to content

Commit

Permalink
Update config.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-teterwak committed May 18, 2015
1 parent 3082f70 commit da60868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit da60868

Please sign in to comment.