[neon/qt6/qt6-declarative/Neon/release] debian: insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo

Carlos De Maine null at kde.org
Wed May 20 07:33:50 BST 2026


Git commit 1993978899618fe30a0ea347acd53b38d9b4c8d6 by Carlos De Maine.
Committed on 19/05/2026 at 23:40.
Pushed by carlosdem into branch 'Neon/release'.

insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo

M  +3    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-declarative/-/commit/1993978899618fe30a0ea347acd53b38d9b4c8d6

diff --git a/debian/rules b/debian/rules
index de8b053..515a72a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,9 @@ endif
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
+	dh_auto_configure -- \
+		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DQT_UNITY_BUILD=ON \



More information about the Neon-commits mailing list