From c8ec12c5cb7f50feb60b3873da9526e0b756e8ad Mon Sep 17 00:00:00 2001 From: Jonathan L Long Date: Fri, 21 Mar 2014 15:15:00 -0700 Subject: add DEBUG option to Makefile/Makefile.config.example This allows debugging to be toggled without dirtying the tree. --- Makefile.config.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.config.example') 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 -- cgit v1.2.3