diff options
author | Jonathan L Long <jonlong@cs.berkeley.edu> | 2014-03-21 15:15:00 -0700 |
---|---|---|
committer | Jonathan L Long <jonlong@cs.berkeley.edu> | 2014-03-27 20:15:32 -0700 |
commit | c8ec12c5cb7f50feb60b3873da9526e0b756e8ad (patch) | |
tree | 0510c29ee4bb463e7485edf04c663d8dc2b415d8 /Makefile.config.example | |
parent | 18d1e96edc4d36781974f5ef522eb0932997bf94 (diff) | |
download | caffeonacl-c8ec12c5cb7f50feb60b3873da9526e0b756e8ad.tar.gz caffeonacl-c8ec12c5cb7f50feb60b3873da9526e0b756e8ad.tar.bz2 caffeonacl-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.example | 3 |
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 |