diff options
| author | Juan Linietsky | 2015-03-03 14:39:13 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-03-03 14:39:13 -0300 |
| commit | 4d2198110b4af7f203eeef95697255569e49bce7 (patch) | |
| tree | 452e4964f127643bf52610718fd956d8b55ed6ba /platform/bb10/detect.py | |
| parent | 91faf8e21810c8995e4f6e3b6ba47a6482ab877e (diff) | |
| download | godot-4d2198110b4af7f203eeef95697255569e49bce7.tar.gz godot-4d2198110b4af7f203eeef95697255569e49bce7.tar.zst godot-4d2198110b4af7f203eeef95697255569e49bce7.zip | |
Diffstat (limited to 'platform/bb10/detect.py')
| -rw-r--r-- | platform/bb10/detect.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/bb10/detect.py b/platform/bb10/detect.py index 3ddb7a445..f134a9df1 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"): |
