From 119ffd478134d793fb4414a65549acd19e919e0b Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 17 Feb 2020 14:58:16 +0100 Subject: 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 --- util/cmake/configurejson2cmake.py | 1 - 1 file changed, 1 deletion(-) (limited to 'util/cmake/configurejson2cmake.py') 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 -- cgit v1.2.3