Made the DEBUG_MODE variable pass-through
This commit is contained in:
parent
ccfeb489a9
commit
66696607ef
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ USER_SRC_DIR="Cantera/user" # don't change this
|
||||||
# an additional switch must be turned on. However, compilation
|
# an additional switch must be turned on. However, compilation
|
||||||
# of the printing is affected by the following DEBUG_MODE option.
|
# of the printing is affected by the following DEBUG_MODE option.
|
||||||
# This is turned off here by default.
|
# This is turned off here by default.
|
||||||
DEBUG_MODE="n"
|
DEBUG_MODE=${DEBUG_MODE:='n'}
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# Kernel Configuration
|
# Kernel Configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue