Made the DEBUG_MODE variable pass-through

This commit is contained in:
Harry Moffat 2008-01-14 22:43:54 +00:00
parent ccfeb489a9
commit 66696607ef

View file

@ -162,7 +162,7 @@ USER_SRC_DIR="Cantera/user" # don't change this
# an additional switch must be turned on. However, compilation
# of the printing is affected by the following DEBUG_MODE option.
# This is turned off here by default.
DEBUG_MODE="n"
DEBUG_MODE=${DEBUG_MODE:='n'}
#----------------------------------------------------------------------
# Kernel Configuration