Added DEGUG_MODE to the defaults.
This commit is contained in:
parent
71511757ce
commit
51156a44ca
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ do_ranlib = @DO_RANLIB@
|
|||
do_electro = @COMPILE_ELECTROLYTES@
|
||||
do_issp = @COMPILE_IDEAL_SOLUTIONS@
|
||||
|
||||
CXX_FLAGS = @CXXFLAGS@ $(CXX_OPT)
|
||||
LOCAL_DEFS = -DDEBUG_MODE
|
||||
CXX_FLAGS = @CXXFLAGS@ $(LOCAL_DEFS) $(CXX_OPT)
|
||||
|
||||
# Extended Cantera Thermodynamics Object Files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue