summaryrefslogtreecommitdiff
path: root/platform/bb10/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/bb10/detect.py')
-rw-r--r--platform/bb10/detect.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/bb10/detect.py b/platform/bb10/detect.py
index 3ddb7a4450..f134a9df19 100644
--- a/platform/bb10/detect.py
+++ b/platform/bb10/detect.py
@@ -81,8 +81,6 @@ def configure(env):
if (env["target"]=="release"):
env.Append(CCFLAGS=['-O3','-DRELEASE_BUILD'])
- env['OBJSUFFIX'] = "_opt"+env['OBJSUFFIX']
- env['LIBSUFFIX'] = "_opt"+env['LIBSUFFIX']
elif (env["target"]=="debug"):