From 59c36def34c1f1815528f959e2d2a91a8785858f Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Mon, 23 Oct 2006 00:58:11 +0000 Subject: [PATCH] debug off is noe the default --- preconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/preconfig b/preconfig index 5e79d870a..ff02c62ef 100755 --- a/preconfig +++ b/preconfig @@ -157,10 +157,8 @@ USER_SRC_DIR="Cantera/user" # don't change this # in debugging and verification. In order for the printing to occur # an additional switch must be turned on. However, compilation # of the printing is affected by the following DEBUG_MODE option. -# This is turned on here by default. However, for a speedier executable -# compilation of these statements may be turned off by setting -# the parameter to "n". -DEBUG_MODE="y" +# This is turned off here by default. +DEBUG_MODE="n" #---------------------------------------------------------------------- # Kernel Configuration