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

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


Git commit ec245c4c90aee5857a9c0f8705d7c7dad8fa72f5 by Carlos De Maine.
Committed on 20/05/2026 at 00:54.
Pushed by carlosdem into branch 'Neon/release'.

insist on -DCMAKE_BUILD_TYPE=RelWithDebInfo

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-grpc/-/commit/ec245c4c90aee5857a9c0f8705d7c7dad8fa72f5

diff --git a/debian/rules b/debian/rules
index e9ff52d..bc3443e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
+		-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