From 1b419e5a2dcc396fe3eeefd2a56dc16f8ed713a0 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 6 Aug 2004 20:31:11 +0000 Subject: [PATCH] Added a commented out capability to turn on DEBUG_PATHS, which is used to debug IO data issues. --- Cantera/src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cantera/src/Makefile.in b/Cantera/src/Makefile.in index 49f1a773c..6e0dd6af9 100755 --- a/Cantera/src/Makefile.in +++ b/Cantera/src/Makefile.in @@ -13,7 +13,8 @@ OBJDIR = . -CXX_FLAGS = @CXXFLAGS@ $(CXX_OPT) +# LOCAL_DEFNS=-DDEBUG_PATHS +CXX_FLAGS = @CXXFLAGS@ $(CXX_OPT) $(LOCAL_DEFNS) EXT = ../../ext