summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorJonathan L Long <jonlong@cs.berkeley.edu>2014-03-21 15:15:00 -0700
committerJonathan L Long <jonlong@cs.berkeley.edu>2014-03-27 20:15:32 -0700
commitc8ec12c5cb7f50feb60b3873da9526e0b756e8ad (patch)
tree0510c29ee4bb463e7485edf04c663d8dc2b415d8 /Makefile.config.example
parent18d1e96edc4d36781974f5ef522eb0932997bf94 (diff)
downloadcaffe-c8ec12c5cb7f50feb60b3873da9526e0b756e8ad.tar.gz
caffe-c8ec12c5cb7f50feb60b3873da9526e0b756e8ad.tar.bz2
caffe-c8ec12c5cb7f50feb60b3873da9526e0b756e8ad.zip
add DEBUG option to Makefile/Makefile.config.example
This allows debugging to be toggled without dirtying the tree.
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 95656dd0..e747d2a7 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -45,3 +45,6 @@ LIBRARY_DIRS := $(PYTHON_LIB) /usr/lib /usr/local/lib
BUILD_DIR := build
DISTRIBUTE_DIR := distribute
+
+# uncomment for debugging
+#DEBUG := 1