summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-17 02:35:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-17 02:35:16 +0000
commit3dfae5be660dd271e7895a481b7fbfbeee7981a4 (patch)
tree7f43bd8ca8ce20153c9f95f45fda76379eb4279f /SConstruct
parent762d2ae936bd78053d9f344ce9392b7867304ae2 (diff)
merge by hand changes from mtaht to fix up export behaviour, and gcc warnings when optimized
git-svn-id: svn://localhost/ardour2/trunk@1332 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2be154afbf..4c47db4964 100644
--- a/SConstruct
+++ b/SConstruct
@@ -659,7 +659,8 @@ opt_flags[:0] = [
"-O3",
"-fomit-frame-pointer",
"-ffast-math",
- "-fstrength-reduce"
+ "-fstrength-reduce",
+ "-fno-strict-aliasing"
]
if env['DEBUG'] == 1: