summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-31 05:02:45 +0000
committerDavid Robillard <d@drobilla.net>2007-08-31 05:02:45 +0000
commit51c0f6c442e5507754d5bac68550b1659dcf3a04 (patch)
treec3829a5b22fcc9730ab4514ff9b167554348e923 /SConstruct
parent056b2a59d5cb28042926dab61f56e49917c8eec4 (diff)
Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..
Various fixes for linear/integer AutomationList interpolation (for CC). git-svn-id: svn://localhost/ardour2/trunk@2359 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 838ce00cd2..cddc7384c8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -542,9 +542,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