From aaa91db6d9592684258267981e619b44cc2b7c40 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Jan 2009 20:18:31 +0000 Subject: 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 --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') 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 -- cgit v1.2.3