From e43947a44cddaf975fd6a969eb4dd47ee40e7f9c Mon Sep 17 00:00:00 2001 From: Craig Quiter Date: Tue, 17 Jun 2014 00:00:01 -0700 Subject: [PATCH] Add comment to Makefile.config.example about DEBUG flag issue in OSX per #171. --- Makefile.config.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.config.example b/Makefile.config.example index f9d8be80100..9a75f5e55d5 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -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.