[neon/qt6/qt6-tools/Neon/release] debian: unity build

Carlos De Maine null at kde.org
Sat Dec 9 05:15:05 GMT 2023


Git commit 64b159cb1fcfd20c3280baacb7a689a099d1b0fd by Carlos De Maine.
Committed on 09/12/2023 at 06:14.
Pushed by carlosdem into branch 'Neon/release'.

unity build

M  +1    -5    debian/rules

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/64b159cb1fcfd20c3280baacb7a689a099d1b0fd

diff --git a/debian/rules b/debian/rules
index a2c66bd..fc342d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,15 +13,11 @@ export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
-	# all files need to exist before configure is run for unity build
-	#touch /workspace/build/examples/linguist/arrowpad/arrowpad_nl.ts
-	#touch /workspace/build/examples/linguist/arrowpad/arrowpad_fr.ts
-	#touch /workspace/build/examples/linguist/hellotr/hellotr_la.ts
-
 	dh_auto_configure -- \
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
+		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)
 
 override_dh_shlibdeps:


More information about the Neon-commits mailing list