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

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


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

add mold linker flag

M  +1    -0    debian/rules

https://invent.kde.org/neon/qt6/qt6-shadertools/-/commit/d1012ed4ef81343505eab6d67bca539870467a35

diff --git a/debian/rules b/debian/rules
index 36e0143..f840705 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_configure:
 		--log-level=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
+		-DFEATURE_use_mold_linker=ON \
 		-DQT_UNITY_BUILD=ON \
 		$(cmake_extra_args)
 


More information about the Neon-commits mailing list