Skip to content

Commit

Permalink
Merge pull request BVLC#510 from crizCraig/patch-1
Browse files Browse the repository at this point in the history
Add comment to Makefile.config.example about DEBUG flag issue in OSX
  • Loading branch information
shelhamer committed Jun 27, 2014
2 parents 7bacb9d + c26d035 commit a8e6d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib
BUILD_DIR := build
DISTRIBUTE_DIR := distribute

# Uncomment for debugging.
# Uncomment for debugging. Does not work on OSX due to https://github.com/BVLC/caffe/issues/171
# DEBUG := 1

# The ID of the GPU that 'make runtest' will use to run unit tests.
Expand Down

0 comments on commit a8e6d1d

Please sign in to comment.