Skip to content

Commit

Permalink
Add comment to Makefile.config.example about DEBUG flag issue in OSX …
Browse files Browse the repository at this point in the history
…per BVLC#171.
  • Loading branch information
crizCraig committed Jun 17, 2014
1 parent b50f591 commit e43947a
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 @@ -46,7 +46,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 e43947a

Please sign in to comment.