--- trunk/finley/SConstruct 2005/11/24 23:12:13 223 +++ trunk/finley/SConstruct 2005/11/25 00:33:27 224 @@ -64,9 +64,14 @@ options_dir = str(esysroot) + '/scons' sys.path.append(options_dir) -if dodebug==0 and hostname=='ess': +if hostname=='ess': from ess_options import * +if dodebug==1: + cxx_flags=cxx_flags_debug + cc_flags=cc_flags_debug + +# add solver flags cxx_flags = cxx_flags + ' -DSCSL' cc_flags = cc_flags + ' -DSCSL'