[neon/qt6/qt6-base/Neon/release] debian: try and get unity/jumbo builds to work

Carlos De Maine null at kde.org
Thu Oct 26 23:25:52 BST 2023


Git commit 8ce66eb1bfce583169fd2db4613ebd9a0dd9eb03 by Carlos De Maine.
Committed on 27/10/2023 at 00:25.
Pushed by carlosdem into branch 'Neon/release'.

try and get unity/jumbo builds to work

M  +3    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/8ce66eb1bfce583169fd2db4613ebd9a0dd9eb03

diff --git a/debian/rules b/debian/rules
index b27dbe3..96f2813 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,7 @@ endif
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--log-level=STATUS \
+		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DINSTALL_BINDIR=lib/qt6/bin \
@@ -83,8 +84,8 @@ override_dh_auto_configure:
 		-DFEATURE_system_xcb_xinput=ON \
 		-DFEATURE_rpath=OFF \
 		-DFEATURE_relocatable=OFF \
-		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-		-DCMAKE_UNITY_BUILD=ON \
+		-DFEATURE_reduce_relocations=OFF \
+		-DFEATURE_unity-build=ON \
 		$(extra_cmake_args)
 
 execute_after_dh_auto_install-arch:


More information about the Neon-commits mailing list