Skip to content

Commit

Permalink
do not print output
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Dakkak committed Apr 2, 2018
2 parents 2728aab + 9ed9695 commit e48d886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@ ifeq ($(USE_GPERFTOOLS), 1)
ifeq (,$(FIND_LIBFILE))
FIND_LIBFILE=$(wildcard /usr/local/lib/lib$(FIND_LIBNAME).$(FIND_LIBFILEEXT))
ifeq (,$(FIND_LIBFILE))
USE_GPERFTOOLS=0
FIND_LIBFILE=$(wildcard /usr/lib64/lib$(FIND_LIBNAME).$(FIND_LIBFILEEXT))
ifeq (,$(FIND_LIBFILE))
USE_GPERFTOOLS=0
endif
endif
endif
endif
Expand Down
4 changes: 2 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export NVCC = nvcc
DEV = 0

# whether compile with debug
DEBUG = 0
0EBUG = 0

# whether compile with profiler
USE_PROFILER =
Expand Down Expand Up @@ -225,7 +225,7 @@ USE_PROFILER=1
# whether compile with options for MXNet developer
DEV = 0

DEBUG = 1
DEBUG = 0
USE_GLOG=1
USE_OPERATOR_TUNING = 0
USE_OPENMP = 0
Expand Down

0 comments on commit e48d886

Please sign in to comment.