summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-01-30 20:18:31 +0000
committerDavid Robillard <d@drobilla.net>2009-01-30 20:18:31 +0000
commitaaa91db6d9592684258267981e619b44cc2b7c40 (patch)
tree01f99e86933d66bd13e3a49992cf19b05b41db28 /SConstruct
parenta384dab13095f3d909e52eff9e6170ae55416601 (diff)
Trim include dependency graph, especially for io.h and session.h.
Clean up some stuff and other such gruntwork in the process. git-svn-id: svn://localhost/ardour2/branches/3.0@4468 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 1744090bd4..6d41bb0e4c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -677,9 +677,9 @@ env = conf.Finish()
opt_flags = []
if env['GPROFILE'] == 1:
- debug_flags = [ '-g', '-pg' ]
+ debug_flags = [ '-O0', '-g', '-pg' ]
else:
- debug_flags = [ '-g' ]
+ debug_flags = [ '-O0', '-g' ]
# guess at the platform, used to define compiler flags