[neon/qt6/qt6-coap/Neon/unstable] debian: insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo

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


Git commit 5d5b82b5253029accc157fbcbe6912ee599e38de by Carlos De Maine.
Committed on 20/05/2026 at 22:49.
Pushed by carlosdem into branch 'Neon/unstable'.

insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo

M  +1    -0    debian/rules

https://invent.kde.org/neon/qt6/qt6-coap/-/commit/5d5b82b5253029accc157fbcbe6912ee599e38de

diff --git a/debian/rules b/debian/rules
index e9ff52d..b7a5104 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
+		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \



More information about the Neon-commits mailing list