summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJohn Glover <glover.john@gmail.com>2010-12-01 19:52:02 +0000
committerJohn Glover <glover.john@gmail.com>2010-12-01 19:52:02 +0000
commite5625a21b62f11c7eccc0808a77766b50d973ea4 (patch)
treeb2b4787c2639c45ebcb617d62ae11e45f4c32e60 /SConstruct
parent5e25edb1b78f28bee09bd7513a80fb500bbd59c4 (diff)
downloadsimpl-e5625a21b62f11c7eccc0808a77766b50d973ea4.tar.gz
simpl-e5625a21b62f11c7eccc0808a77766b50d973ea4.tar.bz2
simpl-e5625a21b62f11c7eccc0808a77766b50d973ea4.zip
Fixed some memory management problems in the SMS analysis process
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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()