summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
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()