--- trunk/escript/SConstruct 2005/11/24 23:12:13 223 +++ trunk/escript/SConstruct 2005/11/25 00:33:27 224 @@ -64,9 +64,12 @@ 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 + Export(["python_path"]) Export(["boost_path"]) Export(["cxx"])