[neon/qt6/qt6-doc/Neon/release] debian: just because

Carlos De Maine null at kde.org
Mon Oct 30 13:10:12 GMT 2023


Git commit 78c2221cc59bcbedb0dc34df5b27fb2631c0ae40 by Carlos De Maine.
Committed on 30/10/2023 at 14:10.
Pushed by carlosdem into branch 'Neon/release'.

just because

M  +5    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-doc/-/commit/78c2221cc59bcbedb0dc34df5b27fb2631c0ae40

diff --git a/debian/rules b/debian/rules
index 9bdbaac..e01ff92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,11 @@ endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-                --log-level=STATUS \
-                -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-                $(extra_cmake_args)
+                -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
+		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
+		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
+		-DQT_UNITY_BUILD=ON \
+		$(extra_cmake_args)
 
 override_dh_auto_build-indep:
 	dh_auto_build -- docs


More information about the Neon-commits mailing list