summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-02-27 14:02:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-02-27 14:02:22 +0000
commitad55d36c560ddb48b50343e334802b9e051d9992 (patch)
tree0b9423ab35c48cc6a0d04b25db00a38a3763db3e /SConstruct
parent9203cb8f66ca11b7e27335c61169656db763b774 (diff)
fix for build issue on Mandriva, #1180 ; remove stacktrace output when JACK freewheeling is turned off
git-svn-id: svn://localhost/ardour2/trunk@1525 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 78de60206b..ba34ec417d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -667,8 +667,10 @@ opt_flags[:0] = [
if env['DEBUG'] == 1:
env.Append(CCFLAGS=" ".join (debug_flags))
+ env.Append(LINKFLAGS=" ".join (debug_flags))
else:
env.Append(CCFLAGS=" ".join (opt_flags))
+ env.Append(LINKFLAGS=" ".join (opt_flags))
if env['UNIVERSAL'] == 1:
env.Append(CCFLAGS="-arch i386 -arch ppc")