version 1.26, 2008/09/02 20:01:08
|
version 1.27, 2008/09/18 16:41:59
|
|
|
# Check for debug vs. release build - release is default. | # Check for debug vs. release build - release is default. |
# To do a debug build, either set the environment variable JSOC_DEBUG to 1, OR | # To do a debug build, either set the environment variable JSOC_DEBUG to 1, OR |
# modify the following line so that DEBUG = 1. The environment variable takes precedence. | # modify the following line so that DEBUG = 1. The environment variable takes precedence. |
DEBUG = 0 |
DEBUG = 1 |
| |
ifdef JSOC_DEBUG | ifdef JSOC_DEBUG |
ifeq ($(JSOC_DEBUG), 1) | ifeq ($(JSOC_DEBUG), 1) |