From e5625a21b62f11c7eccc0808a77766b50d973ea4 Mon Sep 17 00:00:00 2001 From: John Glover Date: Wed, 1 Dec 2010 19:52:02 +0000 Subject: Fixed some memory management problems in the SMS analysis process --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index e9e92f2..db62a22 100644 --- a/SConstruct +++ b/SConstruct @@ -134,7 +134,7 @@ env.Append(CPPPATH = numpy_include) # check if we need debug symbols if env['debug']: - env.Append(CCFLAGS = "-g") + env.Append(CCFLAGS = "-g -O0") env = conf.Finish() -- cgit v1.2.3