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

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


Git commit fc00266a384b0964543248ada5435210e45e2d6d by Carlos De Maine.
Committed on 28/10/2023 at 07:01.
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-svg/-/commit/fc00266a384b0964543248ada5435210e45e2d6d

diff --git a/debian/control b/debian/control
index 985a39a..a9d4aa8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cmake,
                libgl-dev,
                libvulkan-dev [linux-any],
                libxkbcommon-dev,
+               mold,
                ninja-build,
                pkg-config,
                pkg-kde-tools,
diff --git a/debian/rules b/debian/rules
index e766d31..c0e0f8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,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 \
 		$(extra_cmake_args)


More information about the Neon-commits mailing list