diff options
| author | Joerg Bornemann <[email protected]> | 2020-02-17 14:58:16 +0100 |
|---|---|---|
| committer | Joerg Bornemann <[email protected]> | 2020-02-25 15:47:50 +0100 |
| commit | 119ffd478134d793fb4414a65549acd19e919e0b (patch) | |
| tree | 91f81998f26ec91771230b7def53d2e0ce5e4011 /util/cmake/configurejson2cmake.py | |
| parent | bbf46e38b1d0f70b5c830b3ae2fccf66cf7edb8d (diff) | |
CMake: Port the reduce-relocations feature
As reduce-relocations implies bsymbolic_functions, we also add the
-Bsymbolic-functions linker flag.
Also, handle the .dynlist files that are passed to the linker by
bsymbolic_functions.prf in the qmake build.
Change-Id: I535c33fba888596d2f8975b16864bbe9f0a7caa4
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'util/cmake/configurejson2cmake.py')
| -rwxr-xr-x | util/cmake/configurejson2cmake.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py index 29753bf6411..f4797324065 100755 --- a/util/cmake/configurejson2cmake.py +++ b/util/cmake/configurejson2cmake.py @@ -742,7 +742,6 @@ def parseFeature(ctx, feature, data, cm_fh): "profile": None, "qmakeargs": None, "qpa_default_platform": None, # Not a bool! - "reduce_relocations": None, "release": None, "release_tools": None, "rpath_dir": None, # rpath related |
