[neon/qt6/qt6-languageserver/Neon/unstable] debian: add mold linker

Carlos De Maine null at kde.org
Sat Oct 28 06:01:01 BST 2023


Git commit 19ed98e9ccac79207660cc09dfa0ca3223da9952 by Carlos De Maine.
Committed on 28/10/2023 at 07:00.
Pushed by carlosdem into branch 'Neon/unstable'.

add mold linker

M  +1    -0    debian/control
M  +0    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-languageserver/-/commit/19ed98e9ccac79207660cc09dfa0ca3223da9952

diff --git a/debian/control b/debian/control
index 8c8b2de..bcb0641 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Patrick Franz <deltaone at debian.org>, Pino Toscano <pino at debian.org>
 Build-Depends: cmake (>= 3.18~),
                debhelper-compat (= 13),
+               mold,
                ninja-build,
                pkg-config,
                pkg-kde-tools,
diff --git a/debian/rules b/debian/rules
index 356e473..850bef8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,6 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		--log-level=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-		-DFEATURE_reduce_relocations=OFF \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DQT_UNITY_BUILD=ON \
 		$(cmake_extra_args)


More information about the Neon-commits mailing list