summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-06-27 14:15:02 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-06-27 14:15:02 -0700
commite954481f8fde0194e0a88b369952e6dd6737fc30 (patch)
tree59bb3a09c1602ba456b5504b49932692eea20749 /Makefile.config.example
parenta7692e82e00b9a5fb74a46cef775f1cb666515b8 (diff)
parente43947a44cddaf975fd6a969eb4dd47ee40e7f9c (diff)
downloadcaffeonacl-e954481f8fde0194e0a88b369952e6dd6737fc30.tar.gz
caffeonacl-e954481f8fde0194e0a88b369952e6dd6737fc30.tar.bz2
caffeonacl-e954481f8fde0194e0a88b369952e6dd6737fc30.zip
Merge pull request #510 from crizCraig/patch-1
Add comment to Makefile.config.example about DEBUG flag issue in OSX
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index c41bada9..73c3740b 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -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.