[neon/qt6/qt6-shadertools/Neon/unstable] debian: -DQT_UNITY_BUILD=ON \

Carlos De Maine null at kde.org
Fri Oct 27 04:27:29 BST 2023


Git commit 122972562d534c380c3e342a5ed1b66100da9fbb by Carlos De Maine.
Committed on 27/10/2023 at 05:27.
Pushed by carlosdem into branch 'Neon/unstable'.

-DQT_UNITY_BUILD=ON \

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 961ebb9..cc01c94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DFEATURE_reduce_relocations=OFF \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-		-DCMAKE_UNITY_BUILD=ON
+		-DQT_UNITY_BUILD=ON \
 		$(cmake_extra_args)
 
 override_dh_auto_build-indep:


More information about the Neon-commits mailing list