summaryrefslogtreecommitdiff
path: root/platform/flash/detect.py
diff options
context:
space:
mode:
authorKostadin Damyanov <maxmight@gmail.com>2015-10-13 05:01:54 +0300
committerKostadin Damyanov <maxmight@gmail.com>2015-10-13 05:01:54 +0300
commit29caf2bb5be061cd1ab014cf938f2c71d0bd2663 (patch)
tree859a0c3d2805198672c1e22d4780c3eb68f55a57 /platform/flash/detect.py
parentc5f574b914b3cb11d97ae616df4a0bced45bb17c (diff)
parent79e5ced7e668fa53567ac6aaf5a26393cea6c9a2 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'platform/flash/detect.py')
-rw-r--r--platform/flash/detect.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/flash/detect.py b/platform/flash/detect.py
index 5507ce5177..f079f21fdd 100644
--- a/platform/flash/detect.py
+++ b/platform/flash/detect.py
@@ -89,6 +89,9 @@ def configure(env):
#env.Append(CXXFLAGS=['-fno-access-control'])
+ if(env["opus"]=="yes"):
+ env.opus_fixed_point="yes"
+
if (env["target"]=="release"):
env.Append(CCFLAGS=['-O4', '-ffast-math','-fomit-frame-pointer'])